Assignment 4
Implementing cooperative tasks in Zephyr
Macros
devicetree_unfixed.h File Reference

Go to the source code of this file.

Macros

#define DT_N_PATH   "/"
 
#define DT_N_FULL_NAME   "/"
 
#define DT_N_FOREACH_CHILD(fn)   fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_sw_pwm) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector)
 
#define DT_N_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_sw_pwm, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__)
 
#define DT_N_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector)
 
#define DT_N_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__)
 
#define DT_N_ORD   0
 
#define DT_N_REQUIRES_ORDS   /* nothing */
 
#define DT_N_SUPPORTS_ORDS
 
#define DT_N_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf52840_dk_nrf52840   DT_N
 
#define DT_N_REG_NUM   0
 
#define DT_N_RANGES_NUM   0
 
#define DT_N_FOREACH_RANGE(fn)
 
#define DT_N_IRQ_NUM   0
 
#define DT_N_COMPAT_MATCHES_nordic_nrf52840_dk_nrf52840   1
 
#define DT_N_STATUS_okay   1
 
#define DT_N_PINCTRL_NUM   0
 
#define DT_N_P_compatible   {"nordic,nrf52840-dk-nrf52840"}
 
#define DT_N_P_compatible_IDX_0   "nordic,nrf52840-dk-nrf52840"
 
#define DT_N_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N, compatible, 0)
 
#define DT_N_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N, compatible, 0, __VA_ARGS__)
 
#define DT_N_P_compatible_LEN   1
 
#define DT_N_P_compatible_EXISTS   1
 
#define DT_N_S_aliases_PATH   "/aliases"
 
#define DT_N_S_aliases_FULL_NAME   "aliases"
 
#define DT_N_S_aliases_PARENT   DT_N
 
#define DT_N_S_aliases_FOREACH_CHILD(fn)
 
#define DT_N_S_aliases_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_aliases_ORD   1
 
#define DT_N_S_aliases_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_aliases_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_aliases_EXISTS   1
 
#define DT_N_S_aliases_REG_NUM   0
 
#define DT_N_S_aliases_RANGES_NUM   0
 
#define DT_N_S_aliases_FOREACH_RANGE(fn)
 
#define DT_N_S_aliases_IRQ_NUM   0
 
#define DT_N_S_aliases_STATUS_okay   1
 
#define DT_N_S_aliases_PINCTRL_NUM   0
 
#define DT_N_S_analog_connector_PATH   "/analog-connector"
 
#define DT_N_S_analog_connector_FULL_NAME   "analog-connector"
 
#define DT_N_S_analog_connector_PARENT   DT_N
 
#define DT_N_S_analog_connector_FOREACH_CHILD(fn)
 
#define DT_N_S_analog_connector_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_analog_connector_ORD   2
 
#define DT_N_S_analog_connector_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_analog_connector_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_analog_connector_EXISTS   1
 
#define DT_N_INST_0_arduino_uno_adc   DT_N_S_analog_connector
 
#define DT_N_NODELABEL_arduino_adc   DT_N_S_analog_connector
 
#define DT_N_S_analog_connector_REG_NUM   0
 
#define DT_N_S_analog_connector_RANGES_NUM   0
 
#define DT_N_S_analog_connector_FOREACH_RANGE(fn)
 
#define DT_N_S_analog_connector_IRQ_NUM   0
 
#define DT_N_S_analog_connector_COMPAT_MATCHES_arduino_uno_adc   1
 
#define DT_N_S_analog_connector_STATUS_okay   1
 
#define DT_N_S_analog_connector_PINCTRL_NUM   0
 
#define DT_N_S_analog_connector_P_compatible   {"arduino,uno-adc"}
 
#define DT_N_S_analog_connector_P_compatible_IDX_0   "arduino,uno-adc"
 
#define DT_N_S_analog_connector_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_analog_connector, compatible, 0)
 
#define DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_analog_connector, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_analog_connector_P_compatible_LEN   1
 
#define DT_N_S_analog_connector_P_compatible_EXISTS   1
 
#define DT_N_S_analog_connector_P_wakeup_source   0
 
#define DT_N_S_analog_connector_P_wakeup_source_EXISTS   1
 
#define DT_N_S_chosen_PATH   "/chosen"
 
#define DT_N_S_chosen_FULL_NAME   "chosen"
 
#define DT_N_S_chosen_PARENT   DT_N
 
#define DT_N_S_chosen_FOREACH_CHILD(fn)
 
#define DT_N_S_chosen_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_chosen_ORD   3
 
#define DT_N_S_chosen_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_chosen_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_chosen_EXISTS   1
 
#define DT_N_S_chosen_REG_NUM   0
 
#define DT_N_S_chosen_RANGES_NUM   0
 
#define DT_N_S_chosen_FOREACH_RANGE(fn)
 
#define DT_N_S_chosen_IRQ_NUM   0
 
#define DT_N_S_chosen_STATUS_okay   1
 
#define DT_N_S_chosen_PINCTRL_NUM   0
 
#define DT_N_S_connector_PATH   "/connector"
 
#define DT_N_S_connector_FULL_NAME   "connector"
 
#define DT_N_S_connector_PARENT   DT_N
 
#define DT_N_S_connector_FOREACH_CHILD(fn)
 
#define DT_N_S_connector_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_connector_ORD   4
 
#define DT_N_S_connector_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_connector_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_connector_EXISTS   1
 
#define DT_N_INST_0_arduino_header_r3   DT_N_S_connector
 
#define DT_N_NODELABEL_arduino_header   DT_N_S_connector
 
#define DT_N_S_connector_REG_NUM   0
 
#define DT_N_S_connector_RANGES_NUM   0
 
#define DT_N_S_connector_FOREACH_RANGE(fn)
 
#define DT_N_S_connector_IRQ_NUM   0
 
#define DT_N_S_connector_COMPAT_MATCHES_arduino_header_r3   1
 
#define DT_N_S_connector_STATUS_okay   1
 
#define DT_N_S_connector_PINCTRL_NUM   0
 
#define DT_N_S_connector_P_compatible   {"arduino-header-r3"}
 
#define DT_N_S_connector_P_compatible_IDX_0   "arduino-header-r3"
 
#define DT_N_S_connector_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_connector, compatible, 0)
 
#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_connector, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_connector_P_compatible_LEN   1
 
#define DT_N_S_connector_P_compatible_EXISTS   1
 
#define DT_N_S_connector_P_wakeup_source   0
 
#define DT_N_S_connector_P_wakeup_source_EXISTS   1
 
#define DT_N_S_pin_controller_PATH   "/pin-controller"
 
#define DT_N_S_pin_controller_FULL_NAME   "pin-controller"
 
#define DT_N_S_pin_controller_PARENT   DT_N
 
#define DT_N_S_pin_controller_FOREACH_CHILD(fn)
 
#define DT_N_S_pin_controller_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_pin_controller_ORD   5
 
#define DT_N_S_pin_controller_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_pin_controller_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_pin_controller_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_pinctrl   DT_N_S_pin_controller
 
#define DT_N_NODELABEL_pinctrl   DT_N_S_pin_controller
 
#define DT_N_S_pin_controller_REG_NUM   0
 
#define DT_N_S_pin_controller_RANGES_NUM   0
 
#define DT_N_S_pin_controller_FOREACH_RANGE(fn)
 
#define DT_N_S_pin_controller_IRQ_NUM   0
 
#define DT_N_S_pin_controller_COMPAT_MATCHES_nordic_nrf_pinctrl   1
 
#define DT_N_S_pin_controller_STATUS_okay   1
 
#define DT_N_S_pin_controller_PINCTRL_NUM   0
 
#define DT_N_S_pin_controller_P_compatible   {"nordic,nrf-pinctrl"}
 
#define DT_N_S_pin_controller_P_compatible_IDX_0   "nordic,nrf-pinctrl"
 
#define DT_N_S_pin_controller_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_pin_controller, compatible, 0)
 
#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_pin_controller, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_pin_controller_P_compatible_LEN   1
 
#define DT_N_S_pin_controller_P_compatible_EXISTS   1
 
#define DT_N_S_pin_controller_P_wakeup_source   0
 
#define DT_N_S_pin_controller_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_PATH   "/soc"
 
#define DT_N_S_soc_FULL_NAME   "soc"
 
#define DT_N_S_soc_PARENT   DT_N
 
#define DT_N_S_soc_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_timer_e000e010) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40003000) fn(DT_N_S_soc_S_i2c_40004000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_qdec_40012000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_pdm_4001d000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_pwm_40022000) fn(DT_N_S_soc_S_spi_40023000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_i2s_40025000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_pwm_4002d000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000)
 
#define DT_N_S_soc_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)
 
#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000)
 
#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)
 
#define DT_N_S_soc_ORD   6
 
#define DT_N_S_soc_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_soc_SUPPORTS_ORDS
 
#define DT_N_S_soc_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf52840_qiaa   DT_N_S_soc
 
#define DT_N_INST_0_nordic_nrf52840   DT_N_S_soc
 
#define DT_N_INST_0_nordic_nrf52   DT_N_S_soc
 
#define DT_N_INST_0_simple_bus   DT_N_S_soc
 
#define DT_N_S_soc_REG_NUM   0
 
#define DT_N_S_soc_RANGES_NUM   0
 
#define DT_N_S_soc_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_IRQ_NUM   0
 
#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840_qiaa   1
 
#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840   1
 
#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52   1
 
#define DT_N_S_soc_COMPAT_MATCHES_simple_bus   1
 
#define DT_N_S_soc_STATUS_okay   1
 
#define DT_N_S_soc_PINCTRL_NUM   0
 
#define DT_N_S_soc_P_compatible   {"nordic,nRF52840-QIAA", "nordic,nRF52840", "nordic,nRF52", "simple-bus"}
 
#define DT_N_S_soc_P_compatible_IDX_0   "nordic,nRF52840-QIAA"
 
#define DT_N_S_soc_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_P_compatible_IDX_1   "nordic,nRF52840"
 
#define DT_N_S_soc_P_compatible_IDX_1_EXISTS   1
 
#define DT_N_S_soc_P_compatible_IDX_2   "nordic,nRF52"
 
#define DT_N_S_soc_P_compatible_IDX_2_EXISTS   1
 
#define DT_N_S_soc_P_compatible_IDX_3   "simple-bus"
 
#define DT_N_S_soc_P_compatible_IDX_3_EXISTS   1
 
#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_P_compatible_LEN   4
 
#define DT_N_S_soc_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_PATH   "/soc/interrupt-controller@e000e100"
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FULL_NAME   "interrupt-controller@e000e100"
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_ORD   7
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_SUPPORTS_ORDS
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_EXISTS   1
 
#define DT_N_INST_0_arm_v7m_nvic   DT_N_S_soc_S_interrupt_controller_e000e100
 
#define DT_N_NODELABEL_nvic   DT_N_S_soc_S_interrupt_controller_e000e100
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_NUM   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_ADDRESS   3758153984 /* 0xe000e100 */
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_SIZE   3072 /* 0xc00 */
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_RANGES_NUM   0
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_NUM   0
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MATCHES_arm_v7m_nvic   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_STATUS_okay   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg   {3758153984 /* 0xe000e100 */, 3072 /* 0xc00 */}
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0   3758153984
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1   3072
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits   3
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible   {"arm,v7m-nvic"}
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0   "arm,v7m-nvic"
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_LEN   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source   0
 
#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_PATH   "/soc/timer@4000a000"
 
#define DT_N_S_soc_S_timer_4000a000_FULL_NAME   "timer@4000a000"
 
#define DT_N_S_soc_S_timer_4000a000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_ORD   8
 
#define DT_N_S_soc_S_timer_4000a000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_timer_4000a000_SUPPORTS_ORDS    9, /* /sw-pwm */
 
#define DT_N_S_soc_S_timer_4000a000_EXISTS   1
 
#define DT_N_INST_2_nordic_nrf_timer   DT_N_S_soc_S_timer_4000a000
 
#define DT_N_NODELABEL_timer2   DT_N_S_soc_S_timer_4000a000
 
#define DT_N_S_soc_S_timer_4000a000_REG_NUM   1
 
#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_ADDRESS   1073782784 /* 0x4000a000 */
 
#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_timer_4000a000_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_4000a000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_NUM   1
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq   10
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_COMPAT_MATCHES_nordic_nrf_timer   1
 
#define DT_N_S_soc_S_timer_4000a000_STATUS_okay   1
 
#define DT_N_S_soc_S_timer_4000a000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_4000a000_P_reg   {1073782784 /* 0x4000a000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0   1073782784
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_cc_num   4
 
#define DT_N_S_soc_S_timer_4000a000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts   {10 /* 0xa */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0   10
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_label   "TIMER_2"
 
#define DT_N_S_soc_S_timer_4000a000_P_label_STRING_TOKEN   TIMER_2
 
#define DT_N_S_soc_S_timer_4000a000_P_label_STRING_UPPER_TOKEN   TIMER_2
 
#define DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_prescaler   0
 
#define DT_N_S_soc_S_timer_4000a000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_status   "okay"
 
#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4000a000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible   {"nordic,nrf-timer"}
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0   "nordic,nrf-timer"
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_4000a000, compatible, 0)
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_4000a000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_4000a000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source   0
 
#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_sw_pwm_PATH   "/sw-pwm"
 
#define DT_N_S_sw_pwm_FULL_NAME   "sw-pwm"
 
#define DT_N_S_sw_pwm_PARENT   DT_N
 
#define DT_N_S_sw_pwm_FOREACH_CHILD(fn)
 
#define DT_N_S_sw_pwm_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_sw_pwm_ORD   9
 
#define DT_N_S_sw_pwm_REQUIRES_ORDS
 
#define DT_N_S_sw_pwm_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_sw_pwm_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_sw_pwm   DT_N_S_sw_pwm
 
#define DT_N_NODELABEL_sw_pwm   DT_N_S_sw_pwm
 
#define DT_N_S_sw_pwm_REG_NUM   0
 
#define DT_N_S_sw_pwm_RANGES_NUM   0
 
#define DT_N_S_sw_pwm_FOREACH_RANGE(fn)
 
#define DT_N_S_sw_pwm_IRQ_NUM   0
 
#define DT_N_S_sw_pwm_COMPAT_MATCHES_nordic_nrf_sw_pwm   1
 
#define DT_N_S_sw_pwm_STATUS_disabled   1
 
#define DT_N_S_sw_pwm_PINCTRL_NUM   0
 
#define DT_N_S_sw_pwm_P_generator   DT_N_S_soc_S_timer_4000a000
 
#define DT_N_S_sw_pwm_P_generator_IDX_0   DT_N_S_soc_S_timer_4000a000
 
#define DT_N_S_sw_pwm_P_generator_IDX_0_PH   DT_N_S_soc_S_timer_4000a000
 
#define DT_N_S_sw_pwm_P_generator_IDX_0_EXISTS   1
 
#define DT_N_S_sw_pwm_P_generator_LEN   1
 
#define DT_N_S_sw_pwm_P_generator_EXISTS   1
 
#define DT_N_S_sw_pwm_P_channel_count   3
 
#define DT_N_S_sw_pwm_P_channel_count_EXISTS   1
 
#define DT_N_S_sw_pwm_P_clock_prescaler   0
 
#define DT_N_S_sw_pwm_P_clock_prescaler_EXISTS   1
 
#define DT_N_S_sw_pwm_P_label   "SW_PWM"
 
#define DT_N_S_sw_pwm_P_label_STRING_TOKEN   SW_PWM
 
#define DT_N_S_sw_pwm_P_label_STRING_UPPER_TOKEN   SW_PWM
 
#define DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_sw_pwm_P_label_EXISTS   1
 
#define DT_N_S_sw_pwm_P_status   "disabled"
 
#define DT_N_S_sw_pwm_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_sw_pwm_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_sw_pwm_P_status_ENUM_IDX   2
 
#define DT_N_S_sw_pwm_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_sw_pwm_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_sw_pwm_P_status_EXISTS   1
 
#define DT_N_S_sw_pwm_P_compatible   {"nordic,nrf-sw-pwm"}
 
#define DT_N_S_sw_pwm_P_compatible_IDX_0   "nordic,nrf-sw-pwm"
 
#define DT_N_S_sw_pwm_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_sw_pwm, compatible, 0)
 
#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_sw_pwm, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_sw_pwm_P_compatible_LEN   1
 
#define DT_N_S_sw_pwm_P_compatible_EXISTS   1
 
#define DT_N_S_sw_pwm_P_wakeup_source   0
 
#define DT_N_S_sw_pwm_P_wakeup_source_EXISTS   1
 
#define DT_N_S_buttons_PATH   "/buttons"
 
#define DT_N_S_buttons_FULL_NAME   "buttons"
 
#define DT_N_S_buttons_PARENT   DT_N
 
#define DT_N_S_buttons_FOREACH_CHILD(fn)   fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3)
 
#define DT_N_S_buttons_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__)
 
#define DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3)
 
#define DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__)
 
#define DT_N_S_buttons_ORD   10
 
#define DT_N_S_buttons_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_buttons_SUPPORTS_ORDS
 
#define DT_N_S_buttons_EXISTS   1
 
#define DT_N_INST_0_gpio_keys   DT_N_S_buttons
 
#define DT_N_S_buttons_REG_NUM   0
 
#define DT_N_S_buttons_RANGES_NUM   0
 
#define DT_N_S_buttons_FOREACH_RANGE(fn)
 
#define DT_N_S_buttons_IRQ_NUM   0
 
#define DT_N_S_buttons_COMPAT_MATCHES_gpio_keys   1
 
#define DT_N_S_buttons_STATUS_okay   1
 
#define DT_N_S_buttons_PINCTRL_NUM   0
 
#define DT_N_S_buttons_P_compatible   {"gpio-keys"}
 
#define DT_N_S_buttons_P_compatible_IDX_0   "gpio-keys"
 
#define DT_N_S_buttons_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_buttons, compatible, 0)
 
#define DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_buttons, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_buttons_P_compatible_LEN   1
 
#define DT_N_S_buttons_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_PATH   "/soc/gpio@50000000"
 
#define DT_N_S_soc_S_gpio_50000000_FULL_NAME   "gpio@50000000"
 
#define DT_N_S_soc_S_gpio_50000000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000000_ORD   11
 
#define DT_N_S_soc_S_gpio_50000000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_gpio_50000000_SUPPORTS_ORDS
 
#define DT_N_S_soc_S_gpio_50000000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_gpio   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_NODELABEL_gpio0   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_soc_S_gpio_50000000_REG_NUM   2
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_ADDRESS   1342177280 /* 0x50000000 */
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_SIZE   512 /* 0x200 */
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_ADDRESS   1342178560 /* 0x50000500 */
 
#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_SIZE   768 /* 0x300 */
 
#define DT_N_S_soc_S_gpio_50000000_RANGES_NUM   0
 
#define DT_N_S_soc_S_gpio_50000000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_gpio_50000000_IRQ_NUM   0
 
#define DT_N_S_soc_S_gpio_50000000_COMPAT_MATCHES_nordic_nrf_gpio   1
 
#define DT_N_S_soc_S_gpio_50000000_STATUS_okay   1
 
#define DT_N_S_soc_S_gpio_50000000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_gpio_50000000_P_reg   {1342177280 /* 0x50000000 */, 512 /* 0x200 */, 1342178560 /* 0x50000500 */, 768 /* 0x300 */}
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0   1342177280
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1   512
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2   1342178560
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3   768
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_label   "GPIO_0"
 
#define DT_N_S_soc_S_gpio_50000000_P_label_STRING_TOKEN   GPIO_0
 
#define DT_N_S_soc_S_gpio_50000000_P_label_STRING_UPPER_TOKEN   GPIO_0
 
#define DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_port   0
 
#define DT_N_S_soc_S_gpio_50000000_P_port_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller   1
 
#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_ngpios   32
 
#define DT_N_S_soc_S_gpio_50000000_P_ngpios_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_status   "okay"
 
#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible   {"nordic,nrf-gpio"}
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0   "nordic,nrf-gpio"
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_gpio_50000000, compatible, 0)
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_gpio_50000000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_gpio_50000000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source   0
 
#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_buttons_S_button_0_PATH   "/buttons/button_0"
 
#define DT_N_S_buttons_S_button_0_FULL_NAME   "button_0"
 
#define DT_N_S_buttons_S_button_0_PARENT   DT_N_S_buttons
 
#define DT_N_S_buttons_S_button_0_FOREACH_CHILD(fn)
 
#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_0_ORD   12
 
#define DT_N_S_buttons_S_button_0_REQUIRES_ORDS
 
#define DT_N_S_buttons_S_button_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_buttons_S_button_0_EXISTS   1
 
#define DT_N_ALIAS_sw0   DT_N_S_buttons_S_button_0
 
#define DT_N_NODELABEL_button0   DT_N_S_buttons_S_button_0
 
#define DT_N_S_buttons_S_button_0_REG_NUM   0
 
#define DT_N_S_buttons_S_button_0_RANGES_NUM   0
 
#define DT_N_S_buttons_S_button_0_FOREACH_RANGE(fn)
 
#define DT_N_S_buttons_S_button_0_IRQ_NUM   0
 
#define DT_N_S_buttons_S_button_0_STATUS_okay   1
 
#define DT_N_S_buttons_S_button_0_PINCTRL_NUM   0
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin   11
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags   17
 
#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_buttons_S_button_0, gpios, 0)
 
#define DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_0, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_buttons_S_button_0_P_gpios_LEN   1
 
#define DT_N_S_buttons_S_button_0_P_gpios_EXISTS   1
 
#define DT_N_S_buttons_S_button_0_P_label   "Push button switch 0"
 
#define DT_N_S_buttons_S_button_0_P_label_STRING_TOKEN   Push_button_switch_0
 
#define DT_N_S_buttons_S_button_0_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_0
 
#define DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_0_P_label_EXISTS   1
 
#define DT_N_S_buttons_S_button_1_PATH   "/buttons/button_1"
 
#define DT_N_S_buttons_S_button_1_FULL_NAME   "button_1"
 
#define DT_N_S_buttons_S_button_1_PARENT   DT_N_S_buttons
 
#define DT_N_S_buttons_S_button_1_FOREACH_CHILD(fn)
 
#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_1_ORD   13
 
#define DT_N_S_buttons_S_button_1_REQUIRES_ORDS
 
#define DT_N_S_buttons_S_button_1_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_buttons_S_button_1_EXISTS   1
 
#define DT_N_ALIAS_sw1   DT_N_S_buttons_S_button_1
 
#define DT_N_NODELABEL_button1   DT_N_S_buttons_S_button_1
 
#define DT_N_S_buttons_S_button_1_REG_NUM   0
 
#define DT_N_S_buttons_S_button_1_RANGES_NUM   0
 
#define DT_N_S_buttons_S_button_1_FOREACH_RANGE(fn)
 
#define DT_N_S_buttons_S_button_1_IRQ_NUM   0
 
#define DT_N_S_buttons_S_button_1_STATUS_okay   1
 
#define DT_N_S_buttons_S_button_1_PINCTRL_NUM   0
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin   12
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags   17
 
#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_buttons_S_button_1, gpios, 0)
 
#define DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_1, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_buttons_S_button_1_P_gpios_LEN   1
 
#define DT_N_S_buttons_S_button_1_P_gpios_EXISTS   1
 
#define DT_N_S_buttons_S_button_1_P_label   "Push button switch 1"
 
#define DT_N_S_buttons_S_button_1_P_label_STRING_TOKEN   Push_button_switch_1
 
#define DT_N_S_buttons_S_button_1_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_1
 
#define DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_1_P_label_EXISTS   1
 
#define DT_N_S_buttons_S_button_2_PATH   "/buttons/button_2"
 
#define DT_N_S_buttons_S_button_2_FULL_NAME   "button_2"
 
#define DT_N_S_buttons_S_button_2_PARENT   DT_N_S_buttons
 
#define DT_N_S_buttons_S_button_2_FOREACH_CHILD(fn)
 
#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_2_ORD   14
 
#define DT_N_S_buttons_S_button_2_REQUIRES_ORDS
 
#define DT_N_S_buttons_S_button_2_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_buttons_S_button_2_EXISTS   1
 
#define DT_N_ALIAS_sw2   DT_N_S_buttons_S_button_2
 
#define DT_N_NODELABEL_button2   DT_N_S_buttons_S_button_2
 
#define DT_N_S_buttons_S_button_2_REG_NUM   0
 
#define DT_N_S_buttons_S_button_2_RANGES_NUM   0
 
#define DT_N_S_buttons_S_button_2_FOREACH_RANGE(fn)
 
#define DT_N_S_buttons_S_button_2_IRQ_NUM   0
 
#define DT_N_S_buttons_S_button_2_STATUS_okay   1
 
#define DT_N_S_buttons_S_button_2_PINCTRL_NUM   0
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin   24
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags   17
 
#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_buttons_S_button_2, gpios, 0)
 
#define DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_2, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_buttons_S_button_2_P_gpios_LEN   1
 
#define DT_N_S_buttons_S_button_2_P_gpios_EXISTS   1
 
#define DT_N_S_buttons_S_button_2_P_label   "Push button switch 2"
 
#define DT_N_S_buttons_S_button_2_P_label_STRING_TOKEN   Push_button_switch_2
 
#define DT_N_S_buttons_S_button_2_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_2
 
#define DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_2_P_label_EXISTS   1
 
#define DT_N_S_buttons_S_button_3_PATH   "/buttons/button_3"
 
#define DT_N_S_buttons_S_button_3_FULL_NAME   "button_3"
 
#define DT_N_S_buttons_S_button_3_PARENT   DT_N_S_buttons
 
#define DT_N_S_buttons_S_button_3_FOREACH_CHILD(fn)
 
#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_3_ORD   15
 
#define DT_N_S_buttons_S_button_3_REQUIRES_ORDS
 
#define DT_N_S_buttons_S_button_3_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_buttons_S_button_3_EXISTS   1
 
#define DT_N_ALIAS_sw3   DT_N_S_buttons_S_button_3
 
#define DT_N_NODELABEL_button3   DT_N_S_buttons_S_button_3
 
#define DT_N_S_buttons_S_button_3_REG_NUM   0
 
#define DT_N_S_buttons_S_button_3_RANGES_NUM   0
 
#define DT_N_S_buttons_S_button_3_FOREACH_RANGE(fn)
 
#define DT_N_S_buttons_S_button_3_IRQ_NUM   0
 
#define DT_N_S_buttons_S_button_3_STATUS_okay   1
 
#define DT_N_S_buttons_S_button_3_PINCTRL_NUM   0
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin   25
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags   17
 
#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_buttons_S_button_3, gpios, 0)
 
#define DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_buttons_S_button_3, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_buttons_S_button_3_P_gpios_LEN   1
 
#define DT_N_S_buttons_S_button_3_P_gpios_EXISTS   1
 
#define DT_N_S_buttons_S_button_3_P_label   "Push button switch 3"
 
#define DT_N_S_buttons_S_button_3_P_label_STRING_TOKEN   Push_button_switch_3
 
#define DT_N_S_buttons_S_button_3_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_3
 
#define DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_buttons_S_button_3_P_label_EXISTS   1
 
#define DT_N_S_cpus_PATH   "/cpus"
 
#define DT_N_S_cpus_FULL_NAME   "cpus"
 
#define DT_N_S_cpus_PARENT   DT_N
 
#define DT_N_S_cpus_FOREACH_CHILD(fn)   fn(DT_N_S_cpus_S_cpu_0)
 
#define DT_N_S_cpus_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
 
#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_cpus_S_cpu_0)
 
#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
 
#define DT_N_S_cpus_ORD   16
 
#define DT_N_S_cpus_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_cpus_SUPPORTS_ORDS    17, /* /cpus/cpu@0 */
 
#define DT_N_S_cpus_EXISTS   1
 
#define DT_N_S_cpus_REG_NUM   0
 
#define DT_N_S_cpus_RANGES_NUM   0
 
#define DT_N_S_cpus_FOREACH_RANGE(fn)
 
#define DT_N_S_cpus_IRQ_NUM   0
 
#define DT_N_S_cpus_STATUS_okay   1
 
#define DT_N_S_cpus_PINCTRL_NUM   0
 
#define DT_N_S_cpus_S_cpu_0_PATH   "/cpus/cpu@0"
 
#define DT_N_S_cpus_S_cpu_0_FULL_NAME   "cpu@0"
 
#define DT_N_S_cpus_S_cpu_0_PARENT   DT_N_S_cpus
 
#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD(fn)
 
#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_cpus_S_cpu_0_ORD   17
 
#define DT_N_S_cpus_S_cpu_0_REQUIRES_ORDS    16, /* /cpus */
 
#define DT_N_S_cpus_S_cpu_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_cpus_S_cpu_0_EXISTS   1
 
#define DT_N_INST_0_arm_cortex_m4f   DT_N_S_cpus_S_cpu_0
 
#define DT_N_S_cpus_S_cpu_0_REG_NUM   1
 
#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */
 
#define DT_N_S_cpus_S_cpu_0_RANGES_NUM   0
 
#define DT_N_S_cpus_S_cpu_0_FOREACH_RANGE(fn)
 
#define DT_N_S_cpus_S_cpu_0_IRQ_NUM   0
 
#define DT_N_S_cpus_S_cpu_0_COMPAT_MATCHES_arm_cortex_m4f   1
 
#define DT_N_S_cpus_S_cpu_0_STATUS_okay   1
 
#define DT_N_S_cpus_S_cpu_0_PINCTRL_NUM   0
 
#define DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency   32000000
 
#define DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_P_compatible   {"arm,cortex-m4f"}
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0   "arm,cortex-m4f"
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_cpus_S_cpu_0, compatible, 0)
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_cpus_S_cpu_0, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_LEN   1
 
#define DT_N_S_cpus_S_cpu_0_P_compatible_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_P_reg   {0 /* 0x0 */}
 
#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0   0
 
#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_cpus_S_cpu_0, reg, 0)
 
#define DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_cpus_S_cpu_0, reg, 0, __VA_ARGS__)
 
#define DT_N_S_cpus_S_cpu_0_P_reg_EXISTS   1
 
#define DT_N_S_cpus_S_cpu_0_P_wakeup_source   0
 
#define DT_N_S_cpus_S_cpu_0_P_wakeup_source_EXISTS   1
 
#define DT_N_S_leds_PATH   "/leds"
 
#define DT_N_S_leds_FULL_NAME   "leds"
 
#define DT_N_S_leds_PARENT   DT_N
 
#define DT_N_S_leds_FOREACH_CHILD(fn)   fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3)
 
#define DT_N_S_leds_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__)
 
#define DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3)
 
#define DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__)
 
#define DT_N_S_leds_ORD   18
 
#define DT_N_S_leds_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_leds_SUPPORTS_ORDS
 
#define DT_N_S_leds_EXISTS   1
 
#define DT_N_INST_0_gpio_leds   DT_N_S_leds
 
#define DT_N_S_leds_REG_NUM   0
 
#define DT_N_S_leds_RANGES_NUM   0
 
#define DT_N_S_leds_FOREACH_RANGE(fn)
 
#define DT_N_S_leds_IRQ_NUM   0
 
#define DT_N_S_leds_COMPAT_MATCHES_gpio_leds   1
 
#define DT_N_S_leds_STATUS_okay   1
 
#define DT_N_S_leds_PINCTRL_NUM   0
 
#define DT_N_S_leds_S_led_0_PATH   "/leds/led_0"
 
#define DT_N_S_leds_S_led_0_FULL_NAME   "led_0"
 
#define DT_N_S_leds_S_led_0_PARENT   DT_N_S_leds
 
#define DT_N_S_leds_S_led_0_FOREACH_CHILD(fn)
 
#define DT_N_S_leds_S_led_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_0_ORD   19
 
#define DT_N_S_leds_S_led_0_REQUIRES_ORDS
 
#define DT_N_S_leds_S_led_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_leds_S_led_0_EXISTS   1
 
#define DT_N_ALIAS_led0   DT_N_S_leds_S_led_0
 
#define DT_N_NODELABEL_led0   DT_N_S_leds_S_led_0
 
#define DT_N_S_leds_S_led_0_REG_NUM   0
 
#define DT_N_S_leds_S_led_0_RANGES_NUM   0
 
#define DT_N_S_leds_S_led_0_FOREACH_RANGE(fn)
 
#define DT_N_S_leds_S_led_0_IRQ_NUM   0
 
#define DT_N_S_leds_S_led_0_STATUS_okay   1
 
#define DT_N_S_leds_S_led_0_PINCTRL_NUM   0
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin   13
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags   1
 
#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_leds_S_led_0, gpios, 0)
 
#define DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_0, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_leds_S_led_0_P_gpios_LEN   1
 
#define DT_N_S_leds_S_led_0_P_gpios_EXISTS   1
 
#define DT_N_S_leds_S_led_0_P_label   "Green LED 0"
 
#define DT_N_S_leds_S_led_0_P_label_STRING_TOKEN   Green_LED_0
 
#define DT_N_S_leds_S_led_0_P_label_STRING_UPPER_TOKEN   GREEN_LED_0
 
#define DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_0_P_label_EXISTS   1
 
#define DT_N_S_leds_S_led_1_PATH   "/leds/led_1"
 
#define DT_N_S_leds_S_led_1_FULL_NAME   "led_1"
 
#define DT_N_S_leds_S_led_1_PARENT   DT_N_S_leds
 
#define DT_N_S_leds_S_led_1_FOREACH_CHILD(fn)
 
#define DT_N_S_leds_S_led_1_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_1_ORD   20
 
#define DT_N_S_leds_S_led_1_REQUIRES_ORDS
 
#define DT_N_S_leds_S_led_1_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_leds_S_led_1_EXISTS   1
 
#define DT_N_ALIAS_led1   DT_N_S_leds_S_led_1
 
#define DT_N_ALIAS_bootloader_led0   DT_N_S_leds_S_led_1
 
#define DT_N_NODELABEL_led1   DT_N_S_leds_S_led_1
 
#define DT_N_S_leds_S_led_1_REG_NUM   0
 
#define DT_N_S_leds_S_led_1_RANGES_NUM   0
 
#define DT_N_S_leds_S_led_1_FOREACH_RANGE(fn)
 
#define DT_N_S_leds_S_led_1_IRQ_NUM   0
 
#define DT_N_S_leds_S_led_1_STATUS_okay   1
 
#define DT_N_S_leds_S_led_1_PINCTRL_NUM   0
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin   14
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags   1
 
#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_leds_S_led_1, gpios, 0)
 
#define DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_1, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_leds_S_led_1_P_gpios_LEN   1
 
#define DT_N_S_leds_S_led_1_P_gpios_EXISTS   1
 
#define DT_N_S_leds_S_led_1_P_label   "Green LED 1"
 
#define DT_N_S_leds_S_led_1_P_label_STRING_TOKEN   Green_LED_1
 
#define DT_N_S_leds_S_led_1_P_label_STRING_UPPER_TOKEN   GREEN_LED_1
 
#define DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_1_P_label_EXISTS   1
 
#define DT_N_S_leds_S_led_2_PATH   "/leds/led_2"
 
#define DT_N_S_leds_S_led_2_FULL_NAME   "led_2"
 
#define DT_N_S_leds_S_led_2_PARENT   DT_N_S_leds
 
#define DT_N_S_leds_S_led_2_FOREACH_CHILD(fn)
 
#define DT_N_S_leds_S_led_2_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_2_ORD   21
 
#define DT_N_S_leds_S_led_2_REQUIRES_ORDS
 
#define DT_N_S_leds_S_led_2_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_leds_S_led_2_EXISTS   1
 
#define DT_N_ALIAS_led2   DT_N_S_leds_S_led_2
 
#define DT_N_NODELABEL_led2   DT_N_S_leds_S_led_2
 
#define DT_N_S_leds_S_led_2_REG_NUM   0
 
#define DT_N_S_leds_S_led_2_RANGES_NUM   0
 
#define DT_N_S_leds_S_led_2_FOREACH_RANGE(fn)
 
#define DT_N_S_leds_S_led_2_IRQ_NUM   0
 
#define DT_N_S_leds_S_led_2_STATUS_okay   1
 
#define DT_N_S_leds_S_led_2_PINCTRL_NUM   0
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin   15
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags   1
 
#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_leds_S_led_2, gpios, 0)
 
#define DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_2, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_leds_S_led_2_P_gpios_LEN   1
 
#define DT_N_S_leds_S_led_2_P_gpios_EXISTS   1
 
#define DT_N_S_leds_S_led_2_P_label   "Green LED 2"
 
#define DT_N_S_leds_S_led_2_P_label_STRING_TOKEN   Green_LED_2
 
#define DT_N_S_leds_S_led_2_P_label_STRING_UPPER_TOKEN   GREEN_LED_2
 
#define DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_2_P_label_EXISTS   1
 
#define DT_N_S_leds_S_led_3_PATH   "/leds/led_3"
 
#define DT_N_S_leds_S_led_3_FULL_NAME   "led_3"
 
#define DT_N_S_leds_S_led_3_PARENT   DT_N_S_leds
 
#define DT_N_S_leds_S_led_3_FOREACH_CHILD(fn)
 
#define DT_N_S_leds_S_led_3_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_3_ORD   22
 
#define DT_N_S_leds_S_led_3_REQUIRES_ORDS
 
#define DT_N_S_leds_S_led_3_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_leds_S_led_3_EXISTS   1
 
#define DT_N_ALIAS_led3   DT_N_S_leds_S_led_3
 
#define DT_N_NODELABEL_led3   DT_N_S_leds_S_led_3
 
#define DT_N_S_leds_S_led_3_REG_NUM   0
 
#define DT_N_S_leds_S_led_3_RANGES_NUM   0
 
#define DT_N_S_leds_S_led_3_FOREACH_RANGE(fn)
 
#define DT_N_S_leds_S_led_3_IRQ_NUM   0
 
#define DT_N_S_leds_S_led_3_STATUS_okay   1
 
#define DT_N_S_leds_S_led_3_PINCTRL_NUM   0
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin   16
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags   1
 
#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_leds_S_led_3, gpios, 0)
 
#define DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_leds_S_led_3, gpios, 0, __VA_ARGS__)
 
#define DT_N_S_leds_S_led_3_P_gpios_LEN   1
 
#define DT_N_S_leds_S_led_3_P_gpios_EXISTS   1
 
#define DT_N_S_leds_S_led_3_P_label   "Green LED 3"
 
#define DT_N_S_leds_S_led_3_P_label_STRING_TOKEN   Green_LED_3
 
#define DT_N_S_leds_S_led_3_P_label_STRING_UPPER_TOKEN   GREEN_LED_3
 
#define DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_leds_S_led_3_P_label_EXISTS   1
 
#define DT_N_S_pwmleds_PATH   "/pwmleds"
 
#define DT_N_S_pwmleds_FULL_NAME   "pwmleds"
 
#define DT_N_S_pwmleds_PARENT   DT_N
 
#define DT_N_S_pwmleds_FOREACH_CHILD(fn)   fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1)
 
#define DT_N_S_pwmleds_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__)
 
#define DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1)
 
#define DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__)
 
#define DT_N_S_pwmleds_ORD   23
 
#define DT_N_S_pwmleds_REQUIRES_ORDS    0, /* / */
 
#define DT_N_S_pwmleds_SUPPORTS_ORDS
 
#define DT_N_S_pwmleds_EXISTS   1
 
#define DT_N_INST_0_pwm_leds   DT_N_S_pwmleds
 
#define DT_N_S_pwmleds_REG_NUM   0
 
#define DT_N_S_pwmleds_RANGES_NUM   0
 
#define DT_N_S_pwmleds_FOREACH_RANGE(fn)
 
#define DT_N_S_pwmleds_IRQ_NUM   0
 
#define DT_N_S_pwmleds_COMPAT_MATCHES_pwm_leds   1
 
#define DT_N_S_pwmleds_STATUS_okay   1
 
#define DT_N_S_pwmleds_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pwm_4001c000_PATH   "/soc/pwm@4001c000"
 
#define DT_N_S_soc_S_pwm_4001c000_FULL_NAME   "pwm@4001c000"
 
#define DT_N_S_soc_S_pwm_4001c000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_ORD   24
 
#define DT_N_S_soc_S_pwm_4001c000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_pwm_4001c000_SUPPORTS_ORDS
 
#define DT_N_S_soc_S_pwm_4001c000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_pwm   DT_N_S_soc_S_pwm_4001c000
 
#define DT_N_NODELABEL_pwm0   DT_N_S_soc_S_pwm_4001c000
 
#define DT_N_S_soc_S_pwm_4001c000_REG_NUM   1
 
#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_ADDRESS   1073856512 /* 0x4001c000 */
 
#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_pwm_4001c000_RANGES_NUM   0
 
#define DT_N_S_soc_S_pwm_4001c000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_NUM   1
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq   28
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_COMPAT_MATCHES_nordic_nrf_pwm   1
 
#define DT_N_S_soc_S_pwm_4001c000_STATUS_okay   1
 
#define DT_N_S_soc_S_pwm_4001c000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg   {1073856512 /* 0x4001c000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0   1073856512
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch0_pin   13
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch0_pin_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_label   "PWM_0"
 
#define DT_N_S_soc_S_pwm_4001c000_P_label_STRING_TOKEN   PWM_0
 
#define DT_N_S_soc_S_pwm_4001c000_P_label_STRING_UPPER_TOKEN   PWM_0
 
#define DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_status   "okay"
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible   {"nordic,nrf-pwm"}
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0   "nordic,nrf-pwm"
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0)
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts   {28 /* 0x1c */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0   28
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source   0
 
#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_0_PATH   "/pwmleds/pwm_led_0"
 
#define DT_N_S_pwmleds_S_pwm_led_0_FULL_NAME   "pwm_led_0"
 
#define DT_N_S_pwmleds_S_pwm_led_0_PARENT   DT_N_S_pwmleds
 
#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_pwmleds_S_pwm_led_0_ORD   25
 
#define DT_N_S_pwmleds_S_pwm_led_0_REQUIRES_ORDS
 
#define DT_N_S_pwmleds_S_pwm_led_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_pwmleds_S_pwm_led_0_EXISTS   1
 
#define DT_N_ALIAS_pwm_led0   DT_N_S_pwmleds_S_pwm_led_0
 
#define DT_N_NODELABEL_pwm_led0   DT_N_S_pwmleds_S_pwm_led_0
 
#define DT_N_S_pwmleds_S_pwm_led_0_REG_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_0_RANGES_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_RANGE(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_0_IRQ_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_0_STATUS_okay   1
 
#define DT_N_S_pwmleds_S_pwm_led_0_PINCTRL_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_PH   DT_N_S_soc_S_pwm_4001c000
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel   13
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0)
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0, __VA_ARGS__)
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_LEN   1
 
#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_1_PATH   "/pwmleds/pwm_led_1"
 
#define DT_N_S_pwmleds_S_pwm_led_1_FULL_NAME   "pwm_led_1"
 
#define DT_N_S_pwmleds_S_pwm_led_1_PARENT   DT_N_S_pwmleds
 
#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_pwmleds_S_pwm_led_1_ORD   26
 
#define DT_N_S_pwmleds_S_pwm_led_1_REQUIRES_ORDS
 
#define DT_N_S_pwmleds_S_pwm_led_1_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_pwmleds_S_pwm_led_1_EXISTS   1
 
#define DT_N_ALIAS_pwm_led1   DT_N_S_pwmleds_S_pwm_led_1
 
#define DT_N_NODELABEL_pwm_led1   DT_N_S_pwmleds_S_pwm_led_1
 
#define DT_N_S_pwmleds_S_pwm_led_1_REG_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_1_RANGES_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_RANGE(fn)
 
#define DT_N_S_pwmleds_S_pwm_led_1_IRQ_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_1_STATUS_okay   1
 
#define DT_N_S_pwmleds_S_pwm_led_1_PINCTRL_NUM   0
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_PH   DT_N_S_soc_S_pwm_4001c000
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel   14
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel_EXISTS   1
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0)
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0, __VA_ARGS__)
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_LEN   1
 
#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_PATH   "/soc/adc@40007000"
 
#define DT_N_S_soc_S_adc_40007000_FULL_NAME   "adc@40007000"
 
#define DT_N_S_soc_S_adc_40007000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_ORD   27
 
#define DT_N_S_soc_S_adc_40007000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_adc_40007000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_adc_40007000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_saadc   DT_N_S_soc_S_adc_40007000
 
#define DT_N_NODELABEL_adc   DT_N_S_soc_S_adc_40007000
 
#define DT_N_S_soc_S_adc_40007000_REG_NUM   1
 
#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_ADDRESS   1073770496 /* 0x40007000 */
 
#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_adc_40007000_RANGES_NUM   0
 
#define DT_N_S_soc_S_adc_40007000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_adc_40007000_IRQ_NUM   1
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq   7
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_COMPAT_MATCHES_nordic_nrf_saadc   1
 
#define DT_N_S_soc_S_adc_40007000_STATUS_okay   1
 
#define DT_N_S_soc_S_adc_40007000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_adc_40007000_P_reg   {1073770496 /* 0x40007000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0   1073770496
 
#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts   {7 /* 0x7 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0   7
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_label   "ADC_0"
 
#define DT_N_S_soc_S_adc_40007000_P_label_STRING_TOKEN   ADC_0
 
#define DT_N_S_soc_S_adc_40007000_P_label_STRING_UPPER_TOKEN   ADC_0
 
#define DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_status   "okay"
 
#define DT_N_S_soc_S_adc_40007000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_adc_40007000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_adc_40007000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_compatible   {"nordic,nrf-saadc"}
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0   "nordic,nrf-saadc"
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_adc_40007000, compatible, 0)
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_adc_40007000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_adc_40007000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_adc_40007000_P_wakeup_source   0
 
#define DT_N_S_soc_S_adc_40007000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_PATH   "/soc/clock@40000000"
 
#define DT_N_S_soc_S_clock_40000000_FULL_NAME   "clock@40000000"
 
#define DT_N_S_soc_S_clock_40000000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_ORD   28
 
#define DT_N_S_soc_S_clock_40000000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_clock_40000000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_clock_40000000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_clock   DT_N_S_soc_S_clock_40000000
 
#define DT_N_NODELABEL_clock   DT_N_S_soc_S_clock_40000000
 
#define DT_N_S_soc_S_clock_40000000_REG_NUM   1
 
#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_ADDRESS   1073741824 /* 0x40000000 */
 
#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_clock_40000000_RANGES_NUM   0
 
#define DT_N_S_soc_S_clock_40000000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_clock_40000000_IRQ_NUM   1
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq   0
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_COMPAT_MATCHES_nordic_nrf_clock   1
 
#define DT_N_S_soc_S_clock_40000000_STATUS_okay   1
 
#define DT_N_S_soc_S_clock_40000000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_clock_40000000_P_label   "CLOCK"
 
#define DT_N_S_soc_S_clock_40000000_P_label_STRING_TOKEN   CLOCK
 
#define DT_N_S_soc_S_clock_40000000_P_label_STRING_UPPER_TOKEN   CLOCK
 
#define DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_reg   {1073741824 /* 0x40000000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0   1073741824
 
#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts   {0 /* 0x0 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0   0
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_status   "okay"
 
#define DT_N_S_soc_S_clock_40000000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_clock_40000000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_clock_40000000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_compatible   {"nordic,nrf-clock"}
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0   "nordic,nrf-clock"
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_clock_40000000, compatible, 0)
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_clock_40000000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_clock_40000000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_clock_40000000_P_wakeup_source   0
 
#define DT_N_S_soc_S_clock_40000000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_PATH   "/soc/ecb@4000e000"
 
#define DT_N_S_soc_S_ecb_4000e000_FULL_NAME   "ecb@4000e000"
 
#define DT_N_S_soc_S_ecb_4000e000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_ORD   29
 
#define DT_N_S_soc_S_ecb_4000e000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_ecb_4000e000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_ecb_4000e000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_ecb   DT_N_S_soc_S_ecb_4000e000
 
#define DT_N_NODELABEL_ecb   DT_N_S_soc_S_ecb_4000e000
 
#define DT_N_S_soc_S_ecb_4000e000_REG_NUM   1
 
#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_ADDRESS   1073799168 /* 0x4000e000 */
 
#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_ecb_4000e000_RANGES_NUM   0
 
#define DT_N_S_soc_S_ecb_4000e000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_NUM   1
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq   14
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_COMPAT_MATCHES_nordic_nrf_ecb   1
 
#define DT_N_S_soc_S_ecb_4000e000_STATUS_okay   1
 
#define DT_N_S_soc_S_ecb_4000e000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg   {1073799168 /* 0x4000e000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0   1073799168
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts   {14 /* 0xe */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0   14
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_status   "okay"
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible   {"nordic,nrf-ecb"}
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0   "nordic,nrf-ecb"
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0)
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_label   "ECB"
 
#define DT_N_S_soc_S_ecb_4000e000_P_label_STRING_TOKEN   ECB
 
#define DT_N_S_soc_S_ecb_4000e000_P_label_STRING_UPPER_TOKEN   ECB
 
#define DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ecb_4000e000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source   0
 
#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_PATH   "/soc/egu@40014000"
 
#define DT_N_S_soc_S_egu_40014000_FULL_NAME   "egu@40014000"
 
#define DT_N_S_soc_S_egu_40014000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40014000_ORD   30
 
#define DT_N_S_soc_S_egu_40014000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40014000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40014000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_egu   DT_N_S_soc_S_egu_40014000
 
#define DT_N_NODELABEL_egu0   DT_N_S_soc_S_egu_40014000
 
#define DT_N_S_soc_S_egu_40014000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_ADDRESS   1073823744 /* 0x40014000 */
 
#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40014000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40014000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40014000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq   20
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40014000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40014000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40014000_P_reg   {1073823744 /* 0x40014000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0   1073823744
 
#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40014000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts   {20 /* 0x14 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0   20
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40014000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40014000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40014000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40014000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40014000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40014000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40014000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40014000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40014000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_PATH   "/soc/egu@40015000"
 
#define DT_N_S_soc_S_egu_40015000_FULL_NAME   "egu@40015000"
 
#define DT_N_S_soc_S_egu_40015000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40015000_ORD   31
 
#define DT_N_S_soc_S_egu_40015000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40015000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40015000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_egu   DT_N_S_soc_S_egu_40015000
 
#define DT_N_NODELABEL_egu1   DT_N_S_soc_S_egu_40015000
 
#define DT_N_S_soc_S_egu_40015000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_ADDRESS   1073827840 /* 0x40015000 */
 
#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40015000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40015000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40015000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq   21
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40015000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40015000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40015000_P_reg   {1073827840 /* 0x40015000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0   1073827840
 
#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40015000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts   {21 /* 0x15 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0   21
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40015000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40015000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40015000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40015000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40015000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40015000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40015000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40015000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40015000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_PATH   "/soc/egu@40016000"
 
#define DT_N_S_soc_S_egu_40016000_FULL_NAME   "egu@40016000"
 
#define DT_N_S_soc_S_egu_40016000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40016000_ORD   32
 
#define DT_N_S_soc_S_egu_40016000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40016000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40016000_EXISTS   1
 
#define DT_N_INST_2_nordic_nrf_egu   DT_N_S_soc_S_egu_40016000
 
#define DT_N_NODELABEL_egu2   DT_N_S_soc_S_egu_40016000
 
#define DT_N_S_soc_S_egu_40016000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_ADDRESS   1073831936 /* 0x40016000 */
 
#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40016000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40016000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40016000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq   22
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40016000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40016000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40016000_P_reg   {1073831936 /* 0x40016000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0   1073831936
 
#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40016000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts   {22 /* 0x16 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0   22
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40016000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40016000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40016000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40016000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40016000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40016000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40016000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40016000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40016000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_PATH   "/soc/egu@40017000"
 
#define DT_N_S_soc_S_egu_40017000_FULL_NAME   "egu@40017000"
 
#define DT_N_S_soc_S_egu_40017000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40017000_ORD   33
 
#define DT_N_S_soc_S_egu_40017000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40017000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40017000_EXISTS   1
 
#define DT_N_INST_3_nordic_nrf_egu   DT_N_S_soc_S_egu_40017000
 
#define DT_N_NODELABEL_egu3   DT_N_S_soc_S_egu_40017000
 
#define DT_N_S_soc_S_egu_40017000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_ADDRESS   1073836032 /* 0x40017000 */
 
#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40017000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40017000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40017000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq   23
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40017000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40017000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40017000_P_reg   {1073836032 /* 0x40017000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0   1073836032
 
#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40017000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts   {23 /* 0x17 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0   23
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40017000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40017000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40017000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40017000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40017000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40017000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40017000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40017000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40017000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_PATH   "/soc/egu@40018000"
 
#define DT_N_S_soc_S_egu_40018000_FULL_NAME   "egu@40018000"
 
#define DT_N_S_soc_S_egu_40018000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40018000_ORD   34
 
#define DT_N_S_soc_S_egu_40018000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40018000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40018000_EXISTS   1
 
#define DT_N_INST_4_nordic_nrf_egu   DT_N_S_soc_S_egu_40018000
 
#define DT_N_NODELABEL_egu4   DT_N_S_soc_S_egu_40018000
 
#define DT_N_S_soc_S_egu_40018000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_ADDRESS   1073840128 /* 0x40018000 */
 
#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40018000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40018000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40018000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq   24
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40018000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40018000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40018000_P_reg   {1073840128 /* 0x40018000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0   1073840128
 
#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40018000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts   {24 /* 0x18 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0   24
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40018000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40018000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40018000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40018000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40018000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40018000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40018000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40018000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40018000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_PATH   "/soc/egu@40019000"
 
#define DT_N_S_soc_S_egu_40019000_FULL_NAME   "egu@40019000"
 
#define DT_N_S_soc_S_egu_40019000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40019000_ORD   35
 
#define DT_N_S_soc_S_egu_40019000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_egu_40019000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_egu_40019000_EXISTS   1
 
#define DT_N_INST_5_nordic_nrf_egu   DT_N_S_soc_S_egu_40019000
 
#define DT_N_NODELABEL_egu5   DT_N_S_soc_S_egu_40019000
 
#define DT_N_S_soc_S_egu_40019000_REG_NUM   1
 
#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_ADDRESS   1073844224 /* 0x40019000 */
 
#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_egu_40019000_RANGES_NUM   0
 
#define DT_N_S_soc_S_egu_40019000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_egu_40019000_IRQ_NUM   1
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq   25
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_egu   1
 
#define DT_N_S_soc_S_egu_40019000_STATUS_okay   1
 
#define DT_N_S_soc_S_egu_40019000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_egu_40019000_P_reg   {1073844224 /* 0x40019000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0   1073844224
 
#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40019000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts   {25 /* 0x19 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0   25
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40019000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_status   "okay"
 
#define DT_N_S_soc_S_egu_40019000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40019000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_egu_40019000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_compatible   {"nordic,nrf-egu"}
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0   "nordic,nrf-egu"
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_egu_40019000, compatible, 0)
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_egu_40019000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_egu_40019000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_egu_40019000_P_wakeup_source   0
 
#define DT_N_S_soc_S_egu_40019000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_PATH   "/soc/ficr@10000000"
 
#define DT_N_S_soc_S_ficr_10000000_FULL_NAME   "ficr@10000000"
 
#define DT_N_S_soc_S_ficr_10000000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ficr_10000000_ORD   36
 
#define DT_N_S_soc_S_ficr_10000000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_ficr_10000000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_ficr_10000000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_ficr   DT_N_S_soc_S_ficr_10000000
 
#define DT_N_NODELABEL_ficr   DT_N_S_soc_S_ficr_10000000
 
#define DT_N_S_soc_S_ficr_10000000_REG_NUM   1
 
#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_ADDRESS   268435456 /* 0x10000000 */
 
#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_ficr_10000000_RANGES_NUM   0
 
#define DT_N_S_soc_S_ficr_10000000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_ficr_10000000_IRQ_NUM   0
 
#define DT_N_S_soc_S_ficr_10000000_COMPAT_MATCHES_nordic_nrf_ficr   1
 
#define DT_N_S_soc_S_ficr_10000000_STATUS_okay   1
 
#define DT_N_S_soc_S_ficr_10000000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_ficr_10000000_P_reg   {268435456 /* 0x10000000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0   268435456
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ficr_10000000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_status   "okay"
 
#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_ficr_10000000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible   {"nordic,nrf-ficr"}
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0   "nordic,nrf-ficr"
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_ficr_10000000, compatible, 0)
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_ficr_10000000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_ficr_10000000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source   0
 
#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_PATH   "/soc/gpiote@40006000"
 
#define DT_N_S_soc_S_gpiote_40006000_FULL_NAME   "gpiote@40006000"
 
#define DT_N_S_soc_S_gpiote_40006000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_ORD   37
 
#define DT_N_S_soc_S_gpiote_40006000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_gpiote_40006000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_gpiote_40006000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_gpiote   DT_N_S_soc_S_gpiote_40006000
 
#define DT_N_NODELABEL_gpiote   DT_N_S_soc_S_gpiote_40006000
 
#define DT_N_S_soc_S_gpiote_40006000_REG_NUM   1
 
#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_ADDRESS   1073766400 /* 0x40006000 */
 
#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_gpiote_40006000_RANGES_NUM   0
 
#define DT_N_S_soc_S_gpiote_40006000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_NUM   1
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq   6
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority   5
 
#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_COMPAT_MATCHES_nordic_nrf_gpiote   1
 
#define DT_N_S_soc_S_gpiote_40006000_STATUS_okay   1
 
#define DT_N_S_soc_S_gpiote_40006000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg   {1073766400 /* 0x40006000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0   1073766400
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts   {6 /* 0x6 */, 5 /* 0x5 */}
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0   6
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1   5
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_label   "GPIOTE_0"
 
#define DT_N_S_soc_S_gpiote_40006000_P_label_STRING_TOKEN   GPIOTE_0
 
#define DT_N_S_soc_S_gpiote_40006000_P_label_STRING_UPPER_TOKEN   GPIOTE_0
 
#define DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_status   "okay"
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpiote_40006000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible   {"nordic,nrf-gpiote"}
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0   "nordic,nrf-gpiote"
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0)
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source   0
 
#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_PATH   "/soc/i2c@40003000"
 
#define DT_N_S_soc_S_i2c_40003000_FULL_NAME   "i2c@40003000"
 
#define DT_N_S_soc_S_i2c_40003000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_ORD   38
 
#define DT_N_S_soc_S_i2c_40003000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_i2c_40003000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_i2c_40003000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_twi   DT_N_S_soc_S_i2c_40003000
 
#define DT_N_NODELABEL_i2c0   DT_N_S_soc_S_i2c_40003000
 
#define DT_N_NODELABEL_arduino_i2c   DT_N_S_soc_S_i2c_40003000
 
#define DT_N_S_soc_S_i2c_40003000_REG_NUM   1
 
#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_ADDRESS   1073754112 /* 0x40003000 */
 
#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_i2c_40003000_RANGES_NUM   0
 
#define DT_N_S_soc_S_i2c_40003000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_NUM   1
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq   3
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_COMPAT_MATCHES_nordic_nrf_twi   1
 
#define DT_N_S_soc_S_i2c_40003000_STATUS_okay   1
 
#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_i2c_40003000_P_reg   {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0   1073754112
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts   {3 /* 0x3 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0   3
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_sda_pin   26
 
#define DT_N_S_soc_S_i2c_40003000_P_sda_pin_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_scl_pin   27
 
#define DT_N_S_soc_S_i2c_40003000_P_scl_pin_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency   100000
 
#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_label   "I2C_0"
 
#define DT_N_S_soc_S_i2c_40003000_P_label_STRING_TOKEN   I2C_0
 
#define DT_N_S_soc_S_i2c_40003000_P_label_STRING_UPPER_TOKEN   I2C_0
 
#define DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_status   "okay"
 
#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40003000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible   {"nordic,nrf-twi"}
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0   "nordic,nrf-twi"
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_i2c_40003000, compatible, 0)
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_i2c_40003000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_i2c_40003000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source   0
 
#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_PATH   "/soc/i2c@40004000"
 
#define DT_N_S_soc_S_i2c_40004000_FULL_NAME   "i2c@40004000"
 
#define DT_N_S_soc_S_i2c_40004000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_ORD   39
 
#define DT_N_S_soc_S_i2c_40004000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_i2c_40004000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_i2c_40004000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_twi   DT_N_S_soc_S_i2c_40004000
 
#define DT_N_NODELABEL_i2c1   DT_N_S_soc_S_i2c_40004000
 
#define DT_N_S_soc_S_i2c_40004000_REG_NUM   1
 
#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_ADDRESS   1073758208 /* 0x40004000 */
 
#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_i2c_40004000_RANGES_NUM   0
 
#define DT_N_S_soc_S_i2c_40004000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_NUM   1
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq   4
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_COMPAT_MATCHES_nordic_nrf_twi   1
 
#define DT_N_S_soc_S_i2c_40004000_STATUS_disabled   1
 
#define DT_N_S_soc_S_i2c_40004000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_i2c_40004000_P_reg   {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0   1073758208
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts   {4 /* 0x4 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0   4
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_sda_pin   30
 
#define DT_N_S_soc_S_i2c_40004000_P_sda_pin_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_scl_pin   31
 
#define DT_N_S_soc_S_i2c_40004000_P_scl_pin_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency   100000
 
#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_label   "I2C_1"
 
#define DT_N_S_soc_S_i2c_40004000_P_label_STRING_TOKEN   I2C_1
 
#define DT_N_S_soc_S_i2c_40004000_P_label_STRING_UPPER_TOKEN   I2C_1
 
#define DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_status   "disabled"
 
#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2c_40004000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible   {"nordic,nrf-twi"}
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0   "nordic,nrf-twi"
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_i2c_40004000, compatible, 0)
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_i2c_40004000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_i2c_40004000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source   0
 
#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_PATH   "/soc/i2s@40025000"
 
#define DT_N_S_soc_S_i2s_40025000_FULL_NAME   "i2s@40025000"
 
#define DT_N_S_soc_S_i2s_40025000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_ORD   40
 
#define DT_N_S_soc_S_i2s_40025000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_i2s_40025000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_i2s_40025000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_i2s   DT_N_S_soc_S_i2s_40025000
 
#define DT_N_NODELABEL_i2s0   DT_N_S_soc_S_i2s_40025000
 
#define DT_N_S_soc_S_i2s_40025000_REG_NUM   1
 
#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_ADDRESS   1073893376 /* 0x40025000 */
 
#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_i2s_40025000_RANGES_NUM   0
 
#define DT_N_S_soc_S_i2s_40025000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_NUM   1
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq   37
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_COMPAT_MATCHES_nordic_nrf_i2s   1
 
#define DT_N_S_soc_S_i2s_40025000_STATUS_disabled   1
 
#define DT_N_S_soc_S_i2s_40025000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_i2s_40025000_P_reg   {1073893376 /* 0x40025000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0   1073893376
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts   {37 /* 0x25 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0   37
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source   "PCLK32M_HFXO"
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UPPER_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_IDX   1
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_UPPER_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_P_clock_source_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_label   "I2S_0"
 
#define DT_N_S_soc_S_i2s_40025000_P_label_STRING_TOKEN   I2S_0
 
#define DT_N_S_soc_S_i2s_40025000_P_label_STRING_UPPER_TOKEN   I2S_0
 
#define DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_status   "disabled"
 
#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_i2s_40025000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible   {"nordic,nrf-i2s"}
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0   "nordic,nrf-i2s"
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_i2s_40025000, compatible, 0)
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_i2s_40025000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_i2s_40025000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source   0
 
#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_PATH   "/soc/memory@20000000"
 
#define DT_N_S_soc_S_memory_20000000_FULL_NAME   "memory@20000000"
 
#define DT_N_S_soc_S_memory_20000000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_memory_20000000_ORD   41
 
#define DT_N_S_soc_S_memory_20000000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_memory_20000000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_memory_20000000_EXISTS   1
 
#define DT_N_INST_0_mmio_sram   DT_N_S_soc_S_memory_20000000
 
#define DT_N_NODELABEL_sram0   DT_N_S_soc_S_memory_20000000
 
#define DT_N_S_soc_S_memory_20000000_REG_NUM   1
 
#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_ADDRESS   536870912 /* 0x20000000 */
 
#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_SIZE   262144 /* 0x40000 */
 
#define DT_N_S_soc_S_memory_20000000_RANGES_NUM   0
 
#define DT_N_S_soc_S_memory_20000000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_memory_20000000_IRQ_NUM   0
 
#define DT_N_S_soc_S_memory_20000000_COMPAT_MATCHES_mmio_sram   1
 
#define DT_N_S_soc_S_memory_20000000_STATUS_okay   1
 
#define DT_N_S_soc_S_memory_20000000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_memory_20000000_P_reg   {536870912 /* 0x20000000 */, 262144 /* 0x40000 */}
 
#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0   536870912
 
#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1   262144
 
#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_memory_20000000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_P_compatible   {"mmio-sram"}
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0   "mmio-sram"
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_memory_20000000, compatible, 0)
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_memory_20000000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_memory_20000000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_memory_20000000_P_wakeup_source   0
 
#define DT_N_S_soc_S_memory_20000000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_PATH   "/soc/pdm@4001d000"
 
#define DT_N_S_soc_S_pdm_4001d000_FULL_NAME   "pdm@4001d000"
 
#define DT_N_S_soc_S_pdm_4001d000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_ORD   42
 
#define DT_N_S_soc_S_pdm_4001d000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_pdm_4001d000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_pdm_4001d000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_pdm   DT_N_S_soc_S_pdm_4001d000
 
#define DT_N_NODELABEL_pdm0   DT_N_S_soc_S_pdm_4001d000
 
#define DT_N_S_soc_S_pdm_4001d000_REG_NUM   1
 
#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_ADDRESS   1073860608 /* 0x4001d000 */
 
#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_pdm_4001d000_RANGES_NUM   0
 
#define DT_N_S_soc_S_pdm_4001d000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_NUM   1
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq   29
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_COMPAT_MATCHES_nordic_nrf_pdm   1
 
#define DT_N_S_soc_S_pdm_4001d000_STATUS_disabled   1
 
#define DT_N_S_soc_S_pdm_4001d000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg   {1073860608 /* 0x4001d000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0   1073860608
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts   {29 /* 0x1d */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0   29
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source   "PCLK32M_HFXO"
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UPPER_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_IDX   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_UPPER_TOKEN   PCLK32M_HFXO
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_queue_size   4
 
#define DT_N_S_soc_S_pdm_4001d000_P_queue_size_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_status   "disabled"
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible   {"nordic,nrf-pdm"}
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0   "nordic,nrf-pdm"
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0)
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_label   "PDM_0"
 
#define DT_N_S_soc_S_pdm_4001d000_P_label_STRING_TOKEN   PDM_0
 
#define DT_N_S_soc_S_pdm_4001d000_P_label_STRING_UPPER_TOKEN   PDM_0
 
#define DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pdm_4001d000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source   0
 
#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_PATH   "/soc/pwm@40021000"
 
#define DT_N_S_soc_S_pwm_40021000_FULL_NAME   "pwm@40021000"
 
#define DT_N_S_soc_S_pwm_40021000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_ORD   43
 
#define DT_N_S_soc_S_pwm_40021000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_pwm_40021000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_pwm_40021000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_pwm   DT_N_S_soc_S_pwm_40021000
 
#define DT_N_NODELABEL_pwm1   DT_N_S_soc_S_pwm_40021000
 
#define DT_N_S_soc_S_pwm_40021000_REG_NUM   1
 
#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_ADDRESS   1073876992 /* 0x40021000 */
 
#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_pwm_40021000_RANGES_NUM   0
 
#define DT_N_S_soc_S_pwm_40021000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_NUM   1
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq   33
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_COMPAT_MATCHES_nordic_nrf_pwm   1
 
#define DT_N_S_soc_S_pwm_40021000_STATUS_disabled   1
 
#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pwm_40021000_P_reg   {1073876992 /* 0x40021000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0   1073876992
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_center_aligned   0
 
#define DT_N_S_soc_S_pwm_40021000_P_center_aligned_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_ch0_inverted   0
 
#define DT_N_S_soc_S_pwm_40021000_P_ch0_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_ch1_inverted   0
 
#define DT_N_S_soc_S_pwm_40021000_P_ch1_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_ch2_inverted   0
 
#define DT_N_S_soc_S_pwm_40021000_P_ch2_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_ch3_inverted   0
 
#define DT_N_S_soc_S_pwm_40021000_P_ch3_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_label   "PWM_1"
 
#define DT_N_S_soc_S_pwm_40021000_P_label_STRING_TOKEN   PWM_1
 
#define DT_N_S_soc_S_pwm_40021000_P_label_STRING_UPPER_TOKEN   PWM_1
 
#define DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_status   "disabled"
 
#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible   {"nordic,nrf-pwm"}
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0   "nordic,nrf-pwm"
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_pwm_40021000, compatible, 0)
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_pwm_40021000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_pwm_40021000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts   {33 /* 0x21 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0   33
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40021000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source   0
 
#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_PATH   "/soc/pwm@40022000"
 
#define DT_N_S_soc_S_pwm_40022000_FULL_NAME   "pwm@40022000"
 
#define DT_N_S_soc_S_pwm_40022000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_ORD   44
 
#define DT_N_S_soc_S_pwm_40022000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_pwm_40022000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_pwm_40022000_EXISTS   1
 
#define DT_N_INST_2_nordic_nrf_pwm   DT_N_S_soc_S_pwm_40022000
 
#define DT_N_NODELABEL_pwm2   DT_N_S_soc_S_pwm_40022000
 
#define DT_N_S_soc_S_pwm_40022000_REG_NUM   1
 
#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_ADDRESS   1073881088 /* 0x40022000 */
 
#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_pwm_40022000_RANGES_NUM   0
 
#define DT_N_S_soc_S_pwm_40022000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_NUM   1
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq   34
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_COMPAT_MATCHES_nordic_nrf_pwm   1
 
#define DT_N_S_soc_S_pwm_40022000_STATUS_disabled   1
 
#define DT_N_S_soc_S_pwm_40022000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pwm_40022000_P_reg   {1073881088 /* 0x40022000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0   1073881088
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_center_aligned   0
 
#define DT_N_S_soc_S_pwm_40022000_P_center_aligned_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_ch0_inverted   0
 
#define DT_N_S_soc_S_pwm_40022000_P_ch0_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_ch1_inverted   0
 
#define DT_N_S_soc_S_pwm_40022000_P_ch1_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_ch2_inverted   0
 
#define DT_N_S_soc_S_pwm_40022000_P_ch2_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_ch3_inverted   0
 
#define DT_N_S_soc_S_pwm_40022000_P_ch3_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_label   "PWM_2"
 
#define DT_N_S_soc_S_pwm_40022000_P_label_STRING_TOKEN   PWM_2
 
#define DT_N_S_soc_S_pwm_40022000_P_label_STRING_UPPER_TOKEN   PWM_2
 
#define DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_status   "disabled"
 
#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible   {"nordic,nrf-pwm"}
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0   "nordic,nrf-pwm"
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_pwm_40022000, compatible, 0)
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_pwm_40022000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_pwm_40022000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts   {34 /* 0x22 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0   34
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_40022000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source   0
 
#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_PATH   "/soc/pwm@4002d000"
 
#define DT_N_S_soc_S_pwm_4002d000_FULL_NAME   "pwm@4002d000"
 
#define DT_N_S_soc_S_pwm_4002d000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_ORD   45
 
#define DT_N_S_soc_S_pwm_4002d000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_pwm_4002d000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_pwm_4002d000_EXISTS   1
 
#define DT_N_INST_3_nordic_nrf_pwm   DT_N_S_soc_S_pwm_4002d000
 
#define DT_N_NODELABEL_pwm3   DT_N_S_soc_S_pwm_4002d000
 
#define DT_N_S_soc_S_pwm_4002d000_REG_NUM   1
 
#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_ADDRESS   1073926144 /* 0x4002d000 */
 
#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_pwm_4002d000_RANGES_NUM   0
 
#define DT_N_S_soc_S_pwm_4002d000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_NUM   1
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq   45
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_COMPAT_MATCHES_nordic_nrf_pwm   1
 
#define DT_N_S_soc_S_pwm_4002d000_STATUS_disabled   1
 
#define DT_N_S_soc_S_pwm_4002d000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg   {1073926144 /* 0x4002d000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0   1073926144
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_label   "PWM_3"
 
#define DT_N_S_soc_S_pwm_4002d000_P_label_STRING_TOKEN   PWM_3
 
#define DT_N_S_soc_S_pwm_4002d000_P_label_STRING_UPPER_TOKEN   PWM_3
 
#define DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_status   "disabled"
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible   {"nordic,nrf-pwm"}
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0   "nordic,nrf-pwm"
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0)
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts   {45 /* 0x2d */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0   45
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source   0
 
#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_PATH   "/soc/qdec@40012000"
 
#define DT_N_S_soc_S_qdec_40012000_FULL_NAME   "qdec@40012000"
 
#define DT_N_S_soc_S_qdec_40012000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_ORD   46
 
#define DT_N_S_soc_S_qdec_40012000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_qdec_40012000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_qdec_40012000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_qdec   DT_N_S_soc_S_qdec_40012000
 
#define DT_N_NODELABEL_qdec   DT_N_S_soc_S_qdec_40012000
 
#define DT_N_S_soc_S_qdec_40012000_REG_NUM   1
 
#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_ADDRESS   1073815552 /* 0x40012000 */
 
#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_qdec_40012000_RANGES_NUM   0
 
#define DT_N_S_soc_S_qdec_40012000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_NUM   1
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq   18
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_COMPAT_MATCHES_nordic_nrf_qdec   1
 
#define DT_N_S_soc_S_qdec_40012000_STATUS_disabled   1
 
#define DT_N_S_soc_S_qdec_40012000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_qdec_40012000_P_reg   {1073815552 /* 0x40012000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0   1073815552
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts   {18 /* 0x12 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0   18
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_label   "QDEC"
 
#define DT_N_S_soc_S_qdec_40012000_P_label_STRING_TOKEN   QDEC
 
#define DT_N_S_soc_S_qdec_40012000_P_label_STRING_UPPER_TOKEN   QDEC
 
#define DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_status   "disabled"
 
#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qdec_40012000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible   {"nordic,nrf-qdec"}
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0   "nordic,nrf-qdec"
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_qdec_40012000, compatible, 0)
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_qdec_40012000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_qdec_40012000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source   0
 
#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_PATH   "/soc/radio@40001000"
 
#define DT_N_S_soc_S_radio_40001000_FULL_NAME   "radio@40001000"
 
#define DT_N_S_soc_S_radio_40001000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_radio_40001000_ORD   47
 
#define DT_N_S_soc_S_radio_40001000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_radio_40001000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_radio_40001000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_radio   DT_N_S_soc_S_radio_40001000
 
#define DT_N_NODELABEL_radio   DT_N_S_soc_S_radio_40001000
 
#define DT_N_S_soc_S_radio_40001000_REG_NUM   1
 
#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_ADDRESS   1073745920 /* 0x40001000 */
 
#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_radio_40001000_RANGES_NUM   0
 
#define DT_N_S_soc_S_radio_40001000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_radio_40001000_IRQ_NUM   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_COMPAT_MATCHES_nordic_nrf_radio   1
 
#define DT_N_S_soc_S_radio_40001000_STATUS_okay   1
 
#define DT_N_S_soc_S_radio_40001000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_radio_40001000_P_reg   {1073745920 /* 0x40001000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0   1073745920
 
#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_radio_40001000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts   {1 /* 0x1 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0   1
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_radio_40001000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_dfe_supported   0
 
#define DT_N_S_soc_S_radio_40001000_P_dfe_supported_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_status   "okay"
 
#define DT_N_S_soc_S_radio_40001000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_radio_40001000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_radio_40001000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_compatible   {"nordic,nrf-radio"}
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0   "nordic,nrf-radio"
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_radio_40001000, compatible, 0)
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_radio_40001000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_radio_40001000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_radio_40001000_P_wakeup_source   0
 
#define DT_N_S_soc_S_radio_40001000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_PATH   "/soc/random@4000d000"
 
#define DT_N_S_soc_S_random_4000d000_FULL_NAME   "random@4000d000"
 
#define DT_N_S_soc_S_random_4000d000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_ORD   48
 
#define DT_N_S_soc_S_random_4000d000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_random_4000d000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_random_4000d000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_rng   DT_N_S_soc_S_random_4000d000
 
#define DT_N_NODELABEL_rng   DT_N_S_soc_S_random_4000d000
 
#define DT_N_S_soc_S_random_4000d000_REG_NUM   1
 
#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_ADDRESS   1073795072 /* 0x4000d000 */
 
#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_random_4000d000_RANGES_NUM   0
 
#define DT_N_S_soc_S_random_4000d000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_random_4000d000_IRQ_NUM   1
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq   13
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_COMPAT_MATCHES_nordic_nrf_rng   1
 
#define DT_N_S_soc_S_random_4000d000_STATUS_okay   1
 
#define DT_N_S_soc_S_random_4000d000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_random_4000d000_P_reg   {1073795072 /* 0x4000d000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0   1073795072
 
#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts   {13 /* 0xd */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0   13
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_status   "okay"
 
#define DT_N_S_soc_S_random_4000d000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_random_4000d000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_compatible   {"nordic,nrf-rng"}
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0   "nordic,nrf-rng"
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_random_4000d000, compatible, 0)
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_random_4000d000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_random_4000d000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_label   "RNG"
 
#define DT_N_S_soc_S_random_4000d000_P_label_STRING_TOKEN   RNG
 
#define DT_N_S_soc_S_random_4000d000_P_label_STRING_UPPER_TOKEN   RNG
 
#define DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_random_4000d000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_random_4000d000_P_wakeup_source   0
 
#define DT_N_S_soc_S_random_4000d000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_PATH   "/soc/rtc@4000b000"
 
#define DT_N_S_soc_S_rtc_4000b000_FULL_NAME   "rtc@4000b000"
 
#define DT_N_S_soc_S_rtc_4000b000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_ORD   49
 
#define DT_N_S_soc_S_rtc_4000b000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_rtc_4000b000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_rtc_4000b000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_rtc   DT_N_S_soc_S_rtc_4000b000
 
#define DT_N_NODELABEL_rtc0   DT_N_S_soc_S_rtc_4000b000
 
#define DT_N_S_soc_S_rtc_4000b000_REG_NUM   1
 
#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_ADDRESS   1073786880 /* 0x4000b000 */
 
#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_rtc_4000b000_RANGES_NUM   0
 
#define DT_N_S_soc_S_rtc_4000b000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_NUM   1
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq   11
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_COMPAT_MATCHES_nordic_nrf_rtc   1
 
#define DT_N_S_soc_S_rtc_4000b000_STATUS_okay   1
 
#define DT_N_S_soc_S_rtc_4000b000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg   {1073786880 /* 0x4000b000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0   1073786880
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_cc_num   3
 
#define DT_N_S_soc_S_rtc_4000b000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap   0
 
#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top   0
 
#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency   32768
 
#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_label   "RTC_0"
 
#define DT_N_S_soc_S_rtc_4000b000_P_label_STRING_TOKEN   RTC_0
 
#define DT_N_S_soc_S_rtc_4000b000_P_label_STRING_UPPER_TOKEN   RTC_0
 
#define DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts   {11 /* 0xb */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0   11
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_prescaler   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_status   "okay"
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_4000b000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible   {"nordic,nrf-rtc"}
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0   "nordic,nrf-rtc"
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0)
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source   0
 
#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_PATH   "/soc/rtc@40011000"
 
#define DT_N_S_soc_S_rtc_40011000_FULL_NAME   "rtc@40011000"
 
#define DT_N_S_soc_S_rtc_40011000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_ORD   50
 
#define DT_N_S_soc_S_rtc_40011000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_rtc_40011000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_rtc_40011000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_rtc   DT_N_S_soc_S_rtc_40011000
 
#define DT_N_NODELABEL_rtc1   DT_N_S_soc_S_rtc_40011000
 
#define DT_N_S_soc_S_rtc_40011000_REG_NUM   1
 
#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_ADDRESS   1073811456 /* 0x40011000 */
 
#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_rtc_40011000_RANGES_NUM   0
 
#define DT_N_S_soc_S_rtc_40011000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_NUM   1
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq   17
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_COMPAT_MATCHES_nordic_nrf_rtc   1
 
#define DT_N_S_soc_S_rtc_40011000_STATUS_okay   1
 
#define DT_N_S_soc_S_rtc_40011000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_rtc_40011000_P_reg   {1073811456 /* 0x40011000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0   1073811456
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_cc_num   4
 
#define DT_N_S_soc_S_rtc_40011000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap   0
 
#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_fixed_top   0
 
#define DT_N_S_soc_S_rtc_40011000_P_fixed_top_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency   32768
 
#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_label   "RTC_1"
 
#define DT_N_S_soc_S_rtc_40011000_P_label_STRING_TOKEN   RTC_1
 
#define DT_N_S_soc_S_rtc_40011000_P_label_STRING_UPPER_TOKEN   RTC_1
 
#define DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts   {17 /* 0x11 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0   17
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_prescaler   1
 
#define DT_N_S_soc_S_rtc_40011000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_status   "okay"
 
#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40011000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible   {"nordic,nrf-rtc"}
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0   "nordic,nrf-rtc"
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_rtc_40011000, compatible, 0)
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_rtc_40011000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_rtc_40011000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source   0
 
#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_PATH   "/soc/rtc@40024000"
 
#define DT_N_S_soc_S_rtc_40024000_FULL_NAME   "rtc@40024000"
 
#define DT_N_S_soc_S_rtc_40024000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_ORD   51
 
#define DT_N_S_soc_S_rtc_40024000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_rtc_40024000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_rtc_40024000_EXISTS   1
 
#define DT_N_INST_2_nordic_nrf_rtc   DT_N_S_soc_S_rtc_40024000
 
#define DT_N_NODELABEL_rtc2   DT_N_S_soc_S_rtc_40024000
 
#define DT_N_S_soc_S_rtc_40024000_REG_NUM   1
 
#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_ADDRESS   1073889280 /* 0x40024000 */
 
#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_rtc_40024000_RANGES_NUM   0
 
#define DT_N_S_soc_S_rtc_40024000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_NUM   1
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq   36
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_COMPAT_MATCHES_nordic_nrf_rtc   1
 
#define DT_N_S_soc_S_rtc_40024000_STATUS_okay   1
 
#define DT_N_S_soc_S_rtc_40024000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_rtc_40024000_P_reg   {1073889280 /* 0x40024000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0   1073889280
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_cc_num   4
 
#define DT_N_S_soc_S_rtc_40024000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap   0
 
#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_fixed_top   0
 
#define DT_N_S_soc_S_rtc_40024000_P_fixed_top_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency   32768
 
#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_label   "RTC_2"
 
#define DT_N_S_soc_S_rtc_40024000_P_label_STRING_TOKEN   RTC_2
 
#define DT_N_S_soc_S_rtc_40024000_P_label_STRING_UPPER_TOKEN   RTC_2
 
#define DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts   {36 /* 0x24 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0   36
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_prescaler   1
 
#define DT_N_S_soc_S_rtc_40024000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_status   "okay"
 
#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_rtc_40024000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible   {"nordic,nrf-rtc"}
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0   "nordic,nrf-rtc"
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_rtc_40024000, compatible, 0)
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_rtc_40024000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_rtc_40024000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source   0
 
#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_PATH   "/soc/spi@40003000"
 
#define DT_N_S_soc_S_spi_40003000_FULL_NAME   "spi@40003000"
 
#define DT_N_S_soc_S_spi_40003000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_ORD   52
 
#define DT_N_S_soc_S_spi_40003000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_spi_40003000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_spi_40003000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_spi   DT_N_S_soc_S_spi_40003000
 
#define DT_N_NODELABEL_spi0   DT_N_S_soc_S_spi_40003000
 
#define DT_N_S_soc_S_spi_40003000_REG_NUM   1
 
#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_ADDRESS   1073754112 /* 0x40003000 */
 
#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_spi_40003000_RANGES_NUM   0
 
#define DT_N_S_soc_S_spi_40003000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_spi_40003000_IRQ_NUM   1
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq   3
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_COMPAT_MATCHES_nordic_nrf_spi   1
 
#define DT_N_S_soc_S_spi_40003000_STATUS_disabled   1
 
#define DT_N_S_soc_S_spi_40003000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pull_up   0
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pull_down   0
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pull_down_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_reg   {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0   1073754112
 
#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts   {3 /* 0x3 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0   3
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_sck_pin   27
 
#define DT_N_S_soc_S_spi_40003000_P_sck_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_mosi_pin   26
 
#define DT_N_S_soc_S_spi_40003000_P_mosi_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pin   29
 
#define DT_N_S_soc_S_spi_40003000_P_miso_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_label   "SPI_0"
 
#define DT_N_S_soc_S_spi_40003000_P_label_STRING_TOKEN   SPI_0
 
#define DT_N_S_soc_S_spi_40003000_P_label_STRING_UPPER_TOKEN   SPI_0
 
#define DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_status   "disabled"
 
#define DT_N_S_soc_S_spi_40003000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_spi_40003000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40003000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_compatible   {"nordic,nrf-spi"}
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0   "nordic,nrf-spi"
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_spi_40003000, compatible, 0)
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_spi_40003000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_spi_40003000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_spi_40003000_P_wakeup_source   0
 
#define DT_N_S_soc_S_spi_40003000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_PATH   "/soc/spi@40004000"
 
#define DT_N_S_soc_S_spi_40004000_FULL_NAME   "spi@40004000"
 
#define DT_N_S_soc_S_spi_40004000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_ORD   53
 
#define DT_N_S_soc_S_spi_40004000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_spi_40004000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_spi_40004000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_spi   DT_N_S_soc_S_spi_40004000
 
#define DT_N_NODELABEL_spi1   DT_N_S_soc_S_spi_40004000
 
#define DT_N_S_soc_S_spi_40004000_REG_NUM   1
 
#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_ADDRESS   1073758208 /* 0x40004000 */
 
#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_spi_40004000_RANGES_NUM   0
 
#define DT_N_S_soc_S_spi_40004000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_spi_40004000_IRQ_NUM   1
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq   4
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_COMPAT_MATCHES_nordic_nrf_spi   1
 
#define DT_N_S_soc_S_spi_40004000_STATUS_okay   1
 
#define DT_N_S_soc_S_spi_40004000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pull_up   0
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pull_down   0
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pull_down_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_reg   {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0   1073758208
 
#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts   {4 /* 0x4 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0   4
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_sck_pin   31
 
#define DT_N_S_soc_S_spi_40004000_P_sck_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_mosi_pin   30
 
#define DT_N_S_soc_S_spi_40004000_P_mosi_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pin   40
 
#define DT_N_S_soc_S_spi_40004000_P_miso_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_label   "SPI_1"
 
#define DT_N_S_soc_S_spi_40004000_P_label_STRING_TOKEN   SPI_1
 
#define DT_N_S_soc_S_spi_40004000_P_label_STRING_UPPER_TOKEN   SPI_1
 
#define DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_status   "okay"
 
#define DT_N_S_soc_S_spi_40004000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_spi_40004000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40004000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_compatible   {"nordic,nrf-spi"}
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0   "nordic,nrf-spi"
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_spi_40004000, compatible, 0)
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_spi_40004000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_spi_40004000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_spi_40004000_P_wakeup_source   0
 
#define DT_N_S_soc_S_spi_40004000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_PATH   "/soc/spi@40023000"
 
#define DT_N_S_soc_S_spi_40023000_FULL_NAME   "spi@40023000"
 
#define DT_N_S_soc_S_spi_40023000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_ORD   54
 
#define DT_N_S_soc_S_spi_40023000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_spi_40023000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_spi_40023000_EXISTS   1
 
#define DT_N_INST_2_nordic_nrf_spi   DT_N_S_soc_S_spi_40023000
 
#define DT_N_NODELABEL_spi2   DT_N_S_soc_S_spi_40023000
 
#define DT_N_S_soc_S_spi_40023000_REG_NUM   1
 
#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_ADDRESS   1073885184 /* 0x40023000 */
 
#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_spi_40023000_RANGES_NUM   0
 
#define DT_N_S_soc_S_spi_40023000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_spi_40023000_IRQ_NUM   1
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq   35
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_COMPAT_MATCHES_nordic_nrf_spi   1
 
#define DT_N_S_soc_S_spi_40023000_STATUS_disabled   1
 
#define DT_N_S_soc_S_spi_40023000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pull_up   0
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pull_down   0
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pull_down_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_reg   {1073885184 /* 0x40023000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0   1073885184
 
#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts   {35 /* 0x23 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0   35
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_sck_pin   19
 
#define DT_N_S_soc_S_spi_40023000_P_sck_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_mosi_pin   20
 
#define DT_N_S_soc_S_spi_40023000_P_mosi_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pin   21
 
#define DT_N_S_soc_S_spi_40023000_P_miso_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_label   "SPI_2"
 
#define DT_N_S_soc_S_spi_40023000_P_label_STRING_TOKEN   SPI_2
 
#define DT_N_S_soc_S_spi_40023000_P_label_STRING_UPPER_TOKEN   SPI_2
 
#define DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_status   "disabled"
 
#define DT_N_S_soc_S_spi_40023000_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_spi_40023000_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_40023000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_compatible   {"nordic,nrf-spi"}
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0   "nordic,nrf-spi"
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_spi_40023000, compatible, 0)
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_spi_40023000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_spi_40023000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_spi_40023000_P_wakeup_source   0
 
#define DT_N_S_soc_S_spi_40023000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_PATH   "/soc/gpio@50000300"
 
#define DT_N_S_soc_S_gpio_50000300_FULL_NAME   "gpio@50000300"
 
#define DT_N_S_soc_S_gpio_50000300_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000300_ORD   55
 
#define DT_N_S_soc_S_gpio_50000300_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_gpio_50000300_SUPPORTS_ORDS    56, /* /soc/spi@4002f000 */
 
#define DT_N_S_soc_S_gpio_50000300_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_gpio   DT_N_S_soc_S_gpio_50000300
 
#define DT_N_NODELABEL_gpio1   DT_N_S_soc_S_gpio_50000300
 
#define DT_N_S_soc_S_gpio_50000300_REG_NUM   2
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_ADDRESS   1342178048 /* 0x50000300 */
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_SIZE   512 /* 0x200 */
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_ADDRESS   1342179328 /* 0x50000800 */
 
#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_SIZE   768 /* 0x300 */
 
#define DT_N_S_soc_S_gpio_50000300_RANGES_NUM   0
 
#define DT_N_S_soc_S_gpio_50000300_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_gpio_50000300_IRQ_NUM   0
 
#define DT_N_S_soc_S_gpio_50000300_COMPAT_MATCHES_nordic_nrf_gpio   1
 
#define DT_N_S_soc_S_gpio_50000300_STATUS_okay   1
 
#define DT_N_S_soc_S_gpio_50000300_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_gpio_50000300_P_reg   {1342178048 /* 0x50000300 */, 512 /* 0x200 */, 1342179328 /* 0x50000800 */, 768 /* 0x300 */}
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0   1342178048
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1   512
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2   1342179328
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3   768
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000300_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_label   "GPIO_1"
 
#define DT_N_S_soc_S_gpio_50000300_P_label_STRING_TOKEN   GPIO_1
 
#define DT_N_S_soc_S_gpio_50000300_P_label_STRING_UPPER_TOKEN   GPIO_1
 
#define DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000300_P_label_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_port   1
 
#define DT_N_S_soc_S_gpio_50000300_P_port_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller   1
 
#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_ngpios   16
 
#define DT_N_S_soc_S_gpio_50000300_P_ngpios_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_status   "okay"
 
#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_gpio_50000300_P_status_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible   {"nordic,nrf-gpio"}
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0   "nordic,nrf-gpio"
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_gpio_50000300, compatible, 0)
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_gpio_50000300, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_LEN   1
 
#define DT_N_S_soc_S_gpio_50000300_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source   0
 
#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_PATH   "/soc/spi@4002f000"
 
#define DT_N_S_soc_S_spi_4002f000_FULL_NAME   "spi@4002f000"
 
#define DT_N_S_soc_S_spi_4002f000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_ORD   56
 
#define DT_N_S_soc_S_spi_4002f000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_spi_4002f000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_spi_4002f000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_spim   DT_N_S_soc_S_spi_4002f000
 
#define DT_N_NODELABEL_spi3   DT_N_S_soc_S_spi_4002f000
 
#define DT_N_NODELABEL_arduino_spi   DT_N_S_soc_S_spi_4002f000
 
#define DT_N_S_soc_S_spi_4002f000_REG_NUM   1
 
#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_ADDRESS   1073934336 /* 0x4002f000 */
 
#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_spi_4002f000_RANGES_NUM   0
 
#define DT_N_S_soc_S_spi_4002f000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_NUM   1
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq   47
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_COMPAT_MATCHES_nordic_nrf_spim   1
 
#define DT_N_S_soc_S_spi_4002f000_STATUS_okay   1
 
#define DT_N_S_soc_S_spi_4002f000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_up   0
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_down   0
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_down_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround   0
 
#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_reg   {1073934336 /* 0x4002f000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0   1073934336
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts   {47 /* 0x2f */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0   47
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_sck_pin   47
 
#define DT_N_S_soc_S_spi_4002f000_P_sck_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_mosi_pin   45
 
#define DT_N_S_soc_S_spi_4002f000_P_mosi_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pin   46
 
#define DT_N_S_soc_S_spi_4002f000_P_miso_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_label   "SPI_3"
 
#define DT_N_S_soc_S_spi_4002f000_P_label_STRING_TOKEN   SPI_3
 
#define DT_N_S_soc_S_spi_4002f000_P_label_STRING_UPPER_TOKEN   SPI_3
 
#define DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000300
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin   12
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0)
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_LEN   1
 
#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_status   "okay"
 
#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_spi_4002f000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible   {"nordic,nrf-spim"}
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0   "nordic,nrf-spim"
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_spi_4002f000, compatible, 0)
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_spi_4002f000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_spi_4002f000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source   0
 
#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_PATH   "/soc/temp@4000c000"
 
#define DT_N_S_soc_S_temp_4000c000_FULL_NAME   "temp@4000c000"
 
#define DT_N_S_soc_S_temp_4000c000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_ORD   57
 
#define DT_N_S_soc_S_temp_4000c000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_temp_4000c000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_temp_4000c000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_temp   DT_N_S_soc_S_temp_4000c000
 
#define DT_N_NODELABEL_temp   DT_N_S_soc_S_temp_4000c000
 
#define DT_N_S_soc_S_temp_4000c000_REG_NUM   1
 
#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_ADDRESS   1073790976 /* 0x4000c000 */
 
#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_temp_4000c000_RANGES_NUM   0
 
#define DT_N_S_soc_S_temp_4000c000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_NUM   1
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq   12
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_COMPAT_MATCHES_nordic_nrf_temp   1
 
#define DT_N_S_soc_S_temp_4000c000_STATUS_okay   1
 
#define DT_N_S_soc_S_temp_4000c000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_temp_4000c000_P_reg   {1073790976 /* 0x4000c000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0   1073790976
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts   {12 /* 0xc */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0   12
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_label   "TEMP_0"
 
#define DT_N_S_soc_S_temp_4000c000_P_label_STRING_TOKEN   TEMP_0
 
#define DT_N_S_soc_S_temp_4000c000_P_label_STRING_UPPER_TOKEN   TEMP_0
 
#define DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_status   "okay"
 
#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_temp_4000c000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible   {"nordic,nrf-temp"}
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0   "nordic,nrf-temp"
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_temp_4000c000, compatible, 0)
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_temp_4000c000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_temp_4000c000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source   0
 
#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_PATH   "/soc/timer@40008000"
 
#define DT_N_S_soc_S_timer_40008000_FULL_NAME   "timer@40008000"
 
#define DT_N_S_soc_S_timer_40008000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_ORD   58
 
#define DT_N_S_soc_S_timer_40008000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_timer_40008000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_timer_40008000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_timer   DT_N_S_soc_S_timer_40008000
 
#define DT_N_NODELABEL_timer0   DT_N_S_soc_S_timer_40008000
 
#define DT_N_S_soc_S_timer_40008000_REG_NUM   1
 
#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_ADDRESS   1073774592 /* 0x40008000 */
 
#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_timer_40008000_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_40008000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_40008000_IRQ_NUM   1
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq   8
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_COMPAT_MATCHES_nordic_nrf_timer   1
 
#define DT_N_S_soc_S_timer_40008000_STATUS_okay   1
 
#define DT_N_S_soc_S_timer_40008000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_40008000_P_reg   {1073774592 /* 0x40008000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0   1073774592
 
#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_cc_num   4
 
#define DT_N_S_soc_S_timer_40008000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts   {8 /* 0x8 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0   8
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_label   "TIMER_0"
 
#define DT_N_S_soc_S_timer_40008000_P_label_STRING_TOKEN   TIMER_0
 
#define DT_N_S_soc_S_timer_40008000_P_label_STRING_UPPER_TOKEN   TIMER_0
 
#define DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_prescaler   0
 
#define DT_N_S_soc_S_timer_40008000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_status   "okay"
 
#define DT_N_S_soc_S_timer_40008000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_timer_40008000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40008000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_compatible   {"nordic,nrf-timer"}
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0   "nordic,nrf-timer"
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_40008000, compatible, 0)
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_40008000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_40008000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_40008000_P_wakeup_source   0
 
#define DT_N_S_soc_S_timer_40008000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_PATH   "/soc/timer@40009000"
 
#define DT_N_S_soc_S_timer_40009000_FULL_NAME   "timer@40009000"
 
#define DT_N_S_soc_S_timer_40009000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_ORD   59
 
#define DT_N_S_soc_S_timer_40009000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_timer_40009000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_timer_40009000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_timer   DT_N_S_soc_S_timer_40009000
 
#define DT_N_NODELABEL_timer1   DT_N_S_soc_S_timer_40009000
 
#define DT_N_S_soc_S_timer_40009000_REG_NUM   1
 
#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_ADDRESS   1073778688 /* 0x40009000 */
 
#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_timer_40009000_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_40009000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_40009000_IRQ_NUM   1
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq   9
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_COMPAT_MATCHES_nordic_nrf_timer   1
 
#define DT_N_S_soc_S_timer_40009000_STATUS_okay   1
 
#define DT_N_S_soc_S_timer_40009000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_40009000_P_reg   {1073778688 /* 0x40009000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0   1073778688
 
#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_cc_num   4
 
#define DT_N_S_soc_S_timer_40009000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts   {9 /* 0x9 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0   9
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_label   "TIMER_1"
 
#define DT_N_S_soc_S_timer_40009000_P_label_STRING_TOKEN   TIMER_1
 
#define DT_N_S_soc_S_timer_40009000_P_label_STRING_UPPER_TOKEN   TIMER_1
 
#define DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_prescaler   0
 
#define DT_N_S_soc_S_timer_40009000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_status   "okay"
 
#define DT_N_S_soc_S_timer_40009000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_timer_40009000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_40009000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_compatible   {"nordic,nrf-timer"}
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0   "nordic,nrf-timer"
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_40009000, compatible, 0)
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_40009000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_40009000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_40009000_P_wakeup_source   0
 
#define DT_N_S_soc_S_timer_40009000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_PATH   "/soc/timer@4001a000"
 
#define DT_N_S_soc_S_timer_4001a000_FULL_NAME   "timer@4001a000"
 
#define DT_N_S_soc_S_timer_4001a000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_ORD   60
 
#define DT_N_S_soc_S_timer_4001a000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_timer_4001a000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_timer_4001a000_EXISTS   1
 
#define DT_N_INST_3_nordic_nrf_timer   DT_N_S_soc_S_timer_4001a000
 
#define DT_N_NODELABEL_timer3   DT_N_S_soc_S_timer_4001a000
 
#define DT_N_S_soc_S_timer_4001a000_REG_NUM   1
 
#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_ADDRESS   1073848320 /* 0x4001a000 */
 
#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_timer_4001a000_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_4001a000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_NUM   1
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq   26
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_COMPAT_MATCHES_nordic_nrf_timer   1
 
#define DT_N_S_soc_S_timer_4001a000_STATUS_okay   1
 
#define DT_N_S_soc_S_timer_4001a000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_4001a000_P_reg   {1073848320 /* 0x4001a000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0   1073848320
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_cc_num   6
 
#define DT_N_S_soc_S_timer_4001a000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts   {26 /* 0x1a */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0   26
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_label   "TIMER_3"
 
#define DT_N_S_soc_S_timer_4001a000_P_label_STRING_TOKEN   TIMER_3
 
#define DT_N_S_soc_S_timer_4001a000_P_label_STRING_UPPER_TOKEN   TIMER_3
 
#define DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_prescaler   0
 
#define DT_N_S_soc_S_timer_4001a000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_status   "okay"
 
#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001a000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible   {"nordic,nrf-timer"}
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0   "nordic,nrf-timer"
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_4001a000, compatible, 0)
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_4001a000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_4001a000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source   0
 
#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_PATH   "/soc/timer@4001b000"
 
#define DT_N_S_soc_S_timer_4001b000_FULL_NAME   "timer@4001b000"
 
#define DT_N_S_soc_S_timer_4001b000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_ORD   61
 
#define DT_N_S_soc_S_timer_4001b000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_timer_4001b000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_timer_4001b000_EXISTS   1
 
#define DT_N_INST_4_nordic_nrf_timer   DT_N_S_soc_S_timer_4001b000
 
#define DT_N_NODELABEL_timer4   DT_N_S_soc_S_timer_4001b000
 
#define DT_N_S_soc_S_timer_4001b000_REG_NUM   1
 
#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_ADDRESS   1073852416 /* 0x4001b000 */
 
#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_timer_4001b000_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_4001b000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_NUM   1
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq   27
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_COMPAT_MATCHES_nordic_nrf_timer   1
 
#define DT_N_S_soc_S_timer_4001b000_STATUS_okay   1
 
#define DT_N_S_soc_S_timer_4001b000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_4001b000_P_reg   {1073852416 /* 0x4001b000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0   1073852416
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_cc_num   6
 
#define DT_N_S_soc_S_timer_4001b000_P_cc_num_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts   {27 /* 0x1b */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0   27
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_label   "TIMER_4"
 
#define DT_N_S_soc_S_timer_4001b000_P_label_STRING_TOKEN   TIMER_4
 
#define DT_N_S_soc_S_timer_4001b000_P_label_STRING_UPPER_TOKEN   TIMER_4
 
#define DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_prescaler   0
 
#define DT_N_S_soc_S_timer_4001b000_P_prescaler_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_status   "okay"
 
#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_4001b000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible   {"nordic,nrf-timer"}
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0   "nordic,nrf-timer"
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_4001b000, compatible, 0)
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_4001b000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_4001b000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source   0
 
#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_PATH   "/soc/timer@e000e010"
 
#define DT_N_S_soc_S_timer_e000e010_FULL_NAME   "timer@e000e010"
 
#define DT_N_S_soc_S_timer_e000e010_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_e000e010_ORD   62
 
#define DT_N_S_soc_S_timer_e000e010_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_timer_e000e010_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_timer_e000e010_EXISTS   1
 
#define DT_N_INST_0_arm_armv7m_systick   DT_N_S_soc_S_timer_e000e010
 
#define DT_N_NODELABEL_systick   DT_N_S_soc_S_timer_e000e010
 
#define DT_N_S_soc_S_timer_e000e010_REG_NUM   1
 
#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_ADDRESS   3758153744 /* 0xe000e010 */
 
#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_SIZE   16 /* 0x10 */
 
#define DT_N_S_soc_S_timer_e000e010_RANGES_NUM   0
 
#define DT_N_S_soc_S_timer_e000e010_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_timer_e000e010_IRQ_NUM   0
 
#define DT_N_S_soc_S_timer_e000e010_COMPAT_MATCHES_arm_armv7m_systick   1
 
#define DT_N_S_soc_S_timer_e000e010_STATUS_disabled   1
 
#define DT_N_S_soc_S_timer_e000e010_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible   {"arm,armv7m-systick"}
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0   "arm,armv7m-systick"
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_timer_e000e010, compatible, 0)
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_timer_e000e010, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_LEN   1
 
#define DT_N_S_soc_S_timer_e000e010_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_P_reg   {3758153744 /* 0xe000e010 */, 16 /* 0x10 */}
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0   3758153744
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1   16
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_e000e010_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_timer_e000e010_P_status   "disabled"
 
#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_TOKEN   disabled
 
#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_IDX   2
 
#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_TOKEN   disabled
 
#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_UPPER_TOKEN   DISABLED
 
#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_timer_e000e010_P_status_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_PATH   "/soc/uart@40002000"
 
#define DT_N_S_soc_S_uart_40002000_FULL_NAME   "uart@40002000"
 
#define DT_N_S_soc_S_uart_40002000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_ORD   63
 
#define DT_N_S_soc_S_uart_40002000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_uart_40002000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_uart_40002000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_uarte   DT_N_S_soc_S_uart_40002000
 
#define DT_N_NODELABEL_uart0   DT_N_S_soc_S_uart_40002000
 
#define DT_N_S_soc_S_uart_40002000_REG_NUM   1
 
#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_ADDRESS   1073750016 /* 0x40002000 */
 
#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_uart_40002000_RANGES_NUM   0
 
#define DT_N_S_soc_S_uart_40002000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_uart_40002000_IRQ_NUM   1
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq   2
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_COMPAT_MATCHES_nordic_nrf_uarte   1
 
#define DT_N_S_soc_S_uart_40002000_STATUS_okay   1
 
#define DT_N_S_soc_S_uart_40002000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_uart_40002000_P_reg   {1073750016 /* 0x40002000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0   1073750016
 
#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts   {2 /* 0x2 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0   2
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_disable_rx   0
 
#define DT_N_S_soc_S_uart_40002000_P_disable_rx_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_current_speed   115200
 
#define DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_IDX   12
 
#define DT_N_S_soc_S_uart_40002000_P_current_speed_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_tx_pin   6
 
#define DT_N_S_soc_S_uart_40002000_P_tx_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_rx_pin   8
 
#define DT_N_S_soc_S_uart_40002000_P_rx_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_rts_pin   5
 
#define DT_N_S_soc_S_uart_40002000_P_rts_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_cts_pin   7
 
#define DT_N_S_soc_S_uart_40002000_P_cts_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_rx_pull_up   1
 
#define DT_N_S_soc_S_uart_40002000_P_rx_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_cts_pull_up   1
 
#define DT_N_S_soc_S_uart_40002000_P_cts_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_label   "UART_0"
 
#define DT_N_S_soc_S_uart_40002000_P_label_STRING_TOKEN   UART_0
 
#define DT_N_S_soc_S_uart_40002000_P_label_STRING_UPPER_TOKEN   UART_0
 
#define DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control   0
 
#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_status   "okay"
 
#define DT_N_S_soc_S_uart_40002000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_uart_40002000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40002000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_compatible   {"nordic,nrf-uarte"}
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0   "nordic,nrf-uarte"
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_uart_40002000, compatible, 0)
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_uart_40002000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_uart_40002000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_uart_40002000_P_wakeup_source   0
 
#define DT_N_S_soc_S_uart_40002000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_PATH   "/soc/uart@40028000"
 
#define DT_N_S_soc_S_uart_40028000_FULL_NAME   "uart@40028000"
 
#define DT_N_S_soc_S_uart_40028000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_ORD   64
 
#define DT_N_S_soc_S_uart_40028000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_uart_40028000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_uart_40028000_EXISTS   1
 
#define DT_N_INST_1_nordic_nrf_uarte   DT_N_S_soc_S_uart_40028000
 
#define DT_N_NODELABEL_uart1   DT_N_S_soc_S_uart_40028000
 
#define DT_N_NODELABEL_arduino_serial   DT_N_S_soc_S_uart_40028000
 
#define DT_N_S_soc_S_uart_40028000_REG_NUM   1
 
#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_ADDRESS   1073905664 /* 0x40028000 */
 
#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_uart_40028000_RANGES_NUM   0
 
#define DT_N_S_soc_S_uart_40028000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_uart_40028000_IRQ_NUM   1
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq   40
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_COMPAT_MATCHES_nordic_nrf_uarte   1
 
#define DT_N_S_soc_S_uart_40028000_STATUS_okay   1
 
#define DT_N_S_soc_S_uart_40028000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_uart_40028000_P_reg   {1073905664 /* 0x40028000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0   1073905664
 
#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts   {40 /* 0x28 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0   40
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_disable_rx   0
 
#define DT_N_S_soc_S_uart_40028000_P_disable_rx_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_current_speed   115200
 
#define DT_N_S_soc_S_uart_40028000_P_current_speed_ENUM_IDX   12
 
#define DT_N_S_soc_S_uart_40028000_P_current_speed_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_tx_pin   34
 
#define DT_N_S_soc_S_uart_40028000_P_tx_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_rx_pin   33
 
#define DT_N_S_soc_S_uart_40028000_P_rx_pin_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_rx_pull_up   1
 
#define DT_N_S_soc_S_uart_40028000_P_rx_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_cts_pull_up   0
 
#define DT_N_S_soc_S_uart_40028000_P_cts_pull_up_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_label   "UART_1"
 
#define DT_N_S_soc_S_uart_40028000_P_label_STRING_TOKEN   UART_1
 
#define DT_N_S_soc_S_uart_40028000_P_label_STRING_UPPER_TOKEN   UART_1
 
#define DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control   0
 
#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_status   "okay"
 
#define DT_N_S_soc_S_uart_40028000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_uart_40028000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uart_40028000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_compatible   {"nordic,nrf-uarte"}
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0   "nordic,nrf-uarte"
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_uart_40028000, compatible, 0)
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_uart_40028000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_uart_40028000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_uart_40028000_P_wakeup_source   0
 
#define DT_N_S_soc_S_uart_40028000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_PATH   "/soc/uicr@10001000"
 
#define DT_N_S_soc_S_uicr_10001000_FULL_NAME   "uicr@10001000"
 
#define DT_N_S_soc_S_uicr_10001000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uicr_10001000_ORD   65
 
#define DT_N_S_soc_S_uicr_10001000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_uicr_10001000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_uicr_10001000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_uicr   DT_N_S_soc_S_uicr_10001000
 
#define DT_N_NODELABEL_uicr   DT_N_S_soc_S_uicr_10001000
 
#define DT_N_S_soc_S_uicr_10001000_REG_NUM   1
 
#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_ADDRESS   268439552 /* 0x10001000 */
 
#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_uicr_10001000_RANGES_NUM   0
 
#define DT_N_S_soc_S_uicr_10001000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_uicr_10001000_IRQ_NUM   0
 
#define DT_N_S_soc_S_uicr_10001000_COMPAT_MATCHES_nordic_nrf_uicr   1
 
#define DT_N_S_soc_S_uicr_10001000_STATUS_okay   1
 
#define DT_N_S_soc_S_uicr_10001000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_uicr_10001000_P_reg   {268439552 /* 0x10001000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0   268439552
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uicr_10001000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_status   "okay"
 
#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_uicr_10001000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible   {"nordic,nrf-uicr"}
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0   "nordic,nrf-uicr"
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_uicr_10001000, compatible, 0)
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_uicr_10001000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_uicr_10001000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source   0
 
#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_PATH   "/soc/usbd@40027000"
 
#define DT_N_S_soc_S_usbd_40027000_FULL_NAME   "usbd@40027000"
 
#define DT_N_S_soc_S_usbd_40027000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_ORD   66
 
#define DT_N_S_soc_S_usbd_40027000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_usbd_40027000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_usbd_40027000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_usbd   DT_N_S_soc_S_usbd_40027000
 
#define DT_N_NODELABEL_usbd   DT_N_S_soc_S_usbd_40027000
 
#define DT_N_NODELABEL_zephyr_udc0   DT_N_S_soc_S_usbd_40027000
 
#define DT_N_S_soc_S_usbd_40027000_REG_NUM   1
 
#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_ADDRESS   1073901568 /* 0x40027000 */
 
#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_usbd_40027000_RANGES_NUM   0
 
#define DT_N_S_soc_S_usbd_40027000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_NUM   1
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq   39
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_COMPAT_MATCHES_nordic_nrf_usbd   1
 
#define DT_N_S_soc_S_usbd_40027000_STATUS_okay   1
 
#define DT_N_S_soc_S_usbd_40027000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_usbd_40027000_P_reg   {1073901568 /* 0x40027000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0   1073901568
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts   {39 /* 0x27 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0   39
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints   7
 
#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints   7
 
#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_label   "USBD"
 
#define DT_N_S_soc_S_usbd_40027000_P_label_STRING_TOKEN   USBD
 
#define DT_N_S_soc_S_usbd_40027000_P_label_STRING_UPPER_TOKEN   USBD
 
#define DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_status   "okay"
 
#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_usbd_40027000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible   {"nordic,nrf-usbd"}
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0   "nordic,nrf-usbd"
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_usbd_40027000, compatible, 0)
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_usbd_40027000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_usbd_40027000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source   0
 
#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_PATH   "/soc/watchdog@40010000"
 
#define DT_N_S_soc_S_watchdog_40010000_FULL_NAME   "watchdog@40010000"
 
#define DT_N_S_soc_S_watchdog_40010000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_ORD   67
 
#define DT_N_S_soc_S_watchdog_40010000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_watchdog_40010000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_watchdog_40010000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_watchdog   DT_N_S_soc_S_watchdog_40010000
 
#define DT_N_NODELABEL_wdt   DT_N_S_soc_S_watchdog_40010000
 
#define DT_N_NODELABEL_wdt0   DT_N_S_soc_S_watchdog_40010000
 
#define DT_N_S_soc_S_watchdog_40010000_REG_NUM   1
 
#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_ADDRESS   1073807360 /* 0x40010000 */
 
#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_watchdog_40010000_RANGES_NUM   0
 
#define DT_N_S_soc_S_watchdog_40010000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_NUM   1
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq   16
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_COMPAT_MATCHES_nordic_nrf_watchdog   1
 
#define DT_N_S_soc_S_watchdog_40010000_STATUS_okay   1
 
#define DT_N_S_soc_S_watchdog_40010000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg   {1073807360 /* 0x40010000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0   1073807360
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_label   "WDT"
 
#define DT_N_S_soc_S_watchdog_40010000_P_label_STRING_TOKEN   WDT
 
#define DT_N_S_soc_S_watchdog_40010000_P_label_STRING_UPPER_TOKEN   WDT
 
#define DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts   {16 /* 0x10 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0   16
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_status   "okay"
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_watchdog_40010000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible   {"nordic,nrf-watchdog"}
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0   "nordic,nrf-watchdog"
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0)
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source   0
 
#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_PATH   "/soc/crypto@5002a000"
 
#define DT_N_S_soc_S_crypto_5002a000_FULL_NAME   "crypto@5002a000"
 
#define DT_N_S_soc_S_crypto_5002a000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)
 
#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)
 
#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)
 
#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)
 
#define DT_N_S_soc_S_crypto_5002a000_ORD   68
 
#define DT_N_S_soc_S_crypto_5002a000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_crypto_5002a000_SUPPORTS_ORDS    69, /* /soc/crypto@5002a000/crypto@5002b000 */
 
#define DT_N_S_soc_S_crypto_5002a000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_cc310   DT_N_S_soc_S_crypto_5002a000
 
#define DT_N_NODELABEL_cryptocell   DT_N_S_soc_S_crypto_5002a000
 
#define DT_N_S_soc_S_crypto_5002a000_REG_NUM   1
 
#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_ADDRESS   1342349312 /* 0x5002a000 */
 
#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_crypto_5002a000_RANGES_NUM   0
 
#define DT_N_S_soc_S_crypto_5002a000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_IRQ_NUM   0
 
#define DT_N_S_soc_S_crypto_5002a000_COMPAT_MATCHES_nordic_nrf_cc310   1
 
#define DT_N_S_soc_S_crypto_5002a000_STATUS_okay   1
 
#define DT_N_S_soc_S_crypto_5002a000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg   {1342349312 /* 0x5002a000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0   1342349312
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_label   "CRYPTOCELL"
 
#define DT_N_S_soc_S_crypto_5002a000_P_label_STRING_TOKEN   CRYPTOCELL
 
#define DT_N_S_soc_S_crypto_5002a000_P_label_STRING_UPPER_TOKEN   CRYPTOCELL
 
#define DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_status   "okay"
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible   {"nordic,nrf-cc310"}
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0   "nordic,nrf-cc310"
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0)
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_P_wakeup_source   0
 
#define DT_N_S_soc_S_crypto_5002a000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PATH   "/soc/crypto@5002a000/crypto@5002b000"
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FULL_NAME   "crypto@5002b000"
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PARENT   DT_N_S_soc_S_crypto_5002a000
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_ORD   69
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_EXISTS   1
 
#define DT_N_INST_0_arm_cryptocell_310   DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000
 
#define DT_N_NODELABEL_cryptocell310   DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_NUM   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_ADDRESS   1342353408 /* 0x5002b000 */
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_RANGES_NUM   0
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_NUM   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq   42
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_COMPAT_MATCHES_arm_cryptocell_310   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_STATUS_okay   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg   {1342353408 /* 0x5002b000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0   1342353408
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label   "CRYPTOCELL310"
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_TOKEN   CRYPTOCELL310
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_UPPER_TOKEN   CRYPTOCELL310
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts   {42 /* 0x2a */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0   42
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible   {"arm,cryptocell-310"}
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0   "arm,cryptocell-310"
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source   0
 
#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_PATH   "/soc/flash-controller@4001e000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_FULL_NAME   "flash-controller@4001e000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
 
#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
 
#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_ORD   70
 
#define DT_N_S_soc_S_flash_controller_4001e000_REQUIRES_ORDS    6, /* /soc */
 
#define DT_N_S_soc_S_flash_controller_4001e000_SUPPORTS_ORDS    71, /* /soc/flash-controller@4001e000/flash@0 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf52_flash_controller   DT_N_S_soc_S_flash_controller_4001e000
 
#define DT_N_NODELABEL_flash_controller   DT_N_S_soc_S_flash_controller_4001e000
 
#define DT_N_S_soc_S_flash_controller_4001e000_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_ADDRESS   1073864704 /* 0x4001e000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MATCHES_nordic_nrf52_flash_controller   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label   "NRF_FLASH_DRV_NAME"
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_TOKEN   NRF_FLASH_DRV_NAME
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_UPPER_TOKEN   NRF_FLASH_DRV_NAME
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg   {1073864704 /* 0x4001e000 */, 4096 /* 0x1000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0   1073864704
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible   {"nordic,nrf52-flash-controller"}
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0   "nordic,nrf52-flash-controller"
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PATH   "/soc/flash-controller@4001e000/flash@0"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FULL_NAME   "flash@0"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PARENT   DT_N_S_soc_S_flash_controller_4001e000
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD   71
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REQUIRES_ORDS    70, /* /soc/flash-controller@4001e000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_SUPPORTS_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_EXISTS   1
 
#define DT_N_INST_0_soc_nv_flash   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
 
#define DT_N_NODELABEL_flash0   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_SIZE   1048576 /* 0x100000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_COMPAT_MATCHES_soc_nv_flash   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label   "NRF_FLASH"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_TOKEN   NRF_FLASH
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_UPPER_TOKEN   NRF_FLASH
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size   4096
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size   4
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible   {"soc-nv-flash"}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0   "soc-nv-flash"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_LEN   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg   {0 /* 0x0 */, 1048576 /* 0x100000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1   1048576
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PATH   "/soc/flash-controller@4001e000/flash@0/partitions"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FULL_NAME   "partitions"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD   72
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REQUIRES_ORDS    71, /* /soc/flash-controller@4001e000/flash@0 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_SUPPORTS_ORDS
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_EXISTS   1
 
#define DT_N_INST_0_fixed_partitions   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REG_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_COMPAT_MATCHES_fixed_partitions   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@0"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FULL_NAME   "partition@0"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD   73
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_EXISTS   1
 
#define DT_N_NODELABEL_boot_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE   49152 /* 0xc000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARTITION_ID   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label   "mcuboot"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_TOKEN   mcuboot
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UPPER_TOKEN   MCUBOOT
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg   {0 /* 0x0 */, 49152 /* 0xc000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1   49152
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FULL_NAME   "partition@c000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD   74
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_EXISTS   1
 
#define DT_N_NODELABEL_slot0_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_ADDRESS   49152 /* 0xc000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_SIZE   421888 /* 0x67000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARTITION_ID   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label   "image-0"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_TOKEN   image_0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UPPER_TOKEN   IMAGE_0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg   {49152 /* 0xc000 */, 421888 /* 0x67000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0   49152
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1   421888
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@73000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FULL_NAME   "partition@73000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_ORD   75
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_EXISTS   1
 
#define DT_N_NODELABEL_slot1_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_ADDRESS   471040 /* 0x73000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_SIZE   421888 /* 0x67000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARTITION_ID   2
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label   "image-1"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_TOKEN   image_1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_UPPER_TOKEN   IMAGE_1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg   {471040 /* 0x73000 */, 421888 /* 0x67000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0   471040
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1   421888
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@da000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FULL_NAME   "partition@da000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_ORD   76
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_EXISTS   1
 
#define DT_N_NODELABEL_scratch_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_ADDRESS   892928 /* 0xda000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_SIZE   122880 /* 0x1e000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARTITION_ID   3
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label   "image-scratch"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_TOKEN   image_scratch
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_UPPER_TOKEN   IMAGE_SCRATCH
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg   {892928 /* 0xda000 */, 122880 /* 0x1e000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0   892928
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1   122880
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@f8000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FULL_NAME   "partition@f8000"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_ORD   77
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_EXISTS   1
 
#define DT_N_NODELABEL_storage_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_NUM   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_ADDRESS   1015808 /* 0xf8000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_SIZE   32768 /* 0x8000 */
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_RANGES_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_IRQ_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_STATUS_okay   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARTITION_ID   4
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label   "storage"
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_TOKEN   storage
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_UPPER_TOKEN   STORAGE
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only   0
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg   {1015808 /* 0xf8000 */, 32768 /* 0x8000 */}
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0   1015808
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1   32768
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_PATH   "/soc/qspi@40029000"
 
#define DT_N_S_soc_S_qspi_40029000_FULL_NAME   "qspi@40029000"
 
#define DT_N_S_soc_S_qspi_40029000_PARENT   DT_N_S_soc
 
#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD(fn)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)
 
#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY(fn)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)
 
#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_ORD   78
 
#define DT_N_S_soc_S_qspi_40029000_REQUIRES_ORDS
 
#define DT_N_S_soc_S_qspi_40029000_SUPPORTS_ORDS    79, /* /soc/qspi@40029000/mx25r6435f@0 */
 
#define DT_N_S_soc_S_qspi_40029000_EXISTS   1
 
#define DT_N_INST_0_nordic_nrf_qspi   DT_N_S_soc_S_qspi_40029000
 
#define DT_N_NODELABEL_qspi   DT_N_S_soc_S_qspi_40029000
 
#define DT_N_S_soc_S_qspi_40029000_REG_NUM   2
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS   1073909760 /* 0x40029000 */
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS   301989888 /* 0x12000000 */
 
#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE   134217728 /* 0x8000000 */
 
#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_ADDRESS   DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS
 
#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_SIZE   DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE
 
#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_ADDRESS   DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS
 
#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_SIZE   DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE
 
#define DT_N_S_soc_S_qspi_40029000_RANGES_NUM   0
 
#define DT_N_S_soc_S_qspi_40029000_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_NUM   1
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq   41
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority   1
 
#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_COMPAT_MATCHES_nordic_nrf_qspi   1
 
#define DT_N_S_soc_S_qspi_40029000_STATUS_okay   1
 
#define DT_N_S_soc_S_qspi_40029000_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts   {41 /* 0x29 */, 1 /* 0x1 */}
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0   41
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1   1
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_interrupts_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_sck_pin   19
 
#define DT_N_S_soc_S_qspi_40029000_P_sck_pin_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins   {20 /* 0x14 */, 21 /* 0x15 */, 22 /* 0x16 */, 23 /* 0x17 */}
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0   20
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1   21
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2   22
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3   23
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_LEN   4
 
#define DT_N_S_soc_S_qspi_40029000_P_io_pins_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins   {17 /* 0x11 */}
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0   17
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0)
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_LEN   1
 
#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_label   "QSPI"
 
#define DT_N_S_soc_S_qspi_40029000_P_label_STRING_TOKEN   QSPI
 
#define DT_N_S_soc_S_qspi_40029000_P_label_STRING_UPPER_TOKEN   QSPI
 
#define DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_label_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg   {1073909760 /* 0x40029000 */, 4096 /* 0x1000 */, 301989888 /* 0x12000000 */, 134217728 /* 0x8000000 */}
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0   1073909760
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1   4096
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2   301989888
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3   134217728
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_status   "okay"
 
#define DT_N_S_soc_S_qspi_40029000_P_status_STRING_TOKEN   okay
 
#define DT_N_S_soc_S_qspi_40029000_P_status_STRING_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_IDX   1
 
#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_TOKEN   okay
 
#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_UPPER_TOKEN   OKAY
 
#define DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_status_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible   {"nordic,nrf-qspi"}
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0   "nordic,nrf-qspi"
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_qspi_40029000, compatible, 0)
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_LEN   1
 
#define DT_N_S_soc_S_qspi_40029000_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names   {"qspi", "qspi_mm"}
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0   "qspi"
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1   "qspi_mm"
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_LEN   2
 
#define DT_N_S_soc_S_qspi_40029000_P_reg_names_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_P_wakeup_source   0
 
#define DT_N_S_soc_S_qspi_40029000_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PATH   "/soc/qspi@40029000/mx25r6435f@0"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FULL_NAME   "mx25r6435f@0"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PARENT   DT_N_S_soc_S_qspi_40029000
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_ORD   79
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REQUIRES_ORDS    78, /* /soc/qspi@40029000 */
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_SUPPORTS_ORDS   /* nothing */
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_EXISTS   1
 
#define DT_N_INST_0_nordic_qspi_nor   DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0
 
#define DT_N_NODELABEL_mx25r64   DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS_qspi   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS   DT_N_S_soc_S_qspi_40029000
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_NUM   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_RANGES_NUM   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_RANGE(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_IRQ_NUM   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_COMPAT_MATCHES_nordic_qspi_nor   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_STATUS_okay   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PINCTRL_NUM   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg   {0 /* 0x0 */}
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label   "MX25R64"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_TOKEN   MX25R64
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_UPPER_TOKEN   MX25R64
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id   {194 /* 0xc2 */, 40 /* 0x28 */, 23 /* 0x17 */}
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0   194
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1   40
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2   23
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_LEN   3
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size   67108864
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements   "S1B6"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_TOKEN   S1B6
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_UPPER_TOKEN   S1B6
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_IDX   2
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_TOKEN   S1B6
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_UPPER_TOKEN   S1B6
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc   "read4io"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_TOKEN   read4io
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_UPPER_TOKEN   READ4IO
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_IDX   4
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_TOKEN   read4io
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_UPPER_TOKEN   READ4IO
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc   "pp4io"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_TOKEN   pp4io
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_UPPER_TOKEN   PP4IO
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_IDX   3
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_TOKEN   pp4io
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_UPPER_TOKEN   PP4IO
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency   8000000
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible   {"nordic,qspi-nor"}
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0   "nordic,qspi-nor"
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM(fn)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0, __VA_ARGS__)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_LEN   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd   10000
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd   35000
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp   {229 /* 0xe5 */, 32 /* 0x20 */, 241 /* 0xf1 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 3 /* 0x3 */, 68 /* 0x44 */, 235 /* 0xeb */, 8 /* 0x8 */, 107 /* 0x6b */, 8 /* 0x8 */, 59 /* 0x3b */, 4 /* 0x4 */, 187 /* 0xbb */, 238 /* 0xee */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 12 /* 0xc */, 32 /* 0x20 */, 15 /* 0xf */, 82 /* 0x52 */, 16 /* 0x10 */, 216 /* 0xd8 */, 0 /* 0x0 */, 255 /* 0xff */, 35 /* 0x23 */, 114 /* 0x72 */, 245 /* 0xf5 */, 0 /* 0x0 */, 130 /* 0x82 */, 237 /* 0xed */, 4 /* 0x4 */, 204 /* 0xcc */, 68 /* 0x44 */, 131 /* 0x83 */, 104 /* 0x68 */, 68 /* 0x44 */, 48 /* 0x30 */, 176 /* 0xb0 */, 48 /* 0x30 */, 176 /* 0xb0 */, 247 /* 0xf7 */, 196 /* 0xc4 */, 213 /* 0xd5 */, 92 /* 0x5c */, 0 /* 0x0 */, 190 /* 0xbe */, 41 /* 0x29 */, 255 /* 0xff */, 240 /* 0xf0 */, 208 /* 0xd0 */, 255 /* 0xff */, 255 /* 0xff */}
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0   229
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1   32
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2   241
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7   3
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8   68
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9   235
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10   8
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11   107
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12   8
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13   59
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14   4
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15   187
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16   238
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28   12
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29   32
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30   15
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31   82
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32   16
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33   216
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36   35
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37   114
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38   245
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40   130
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41   237
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42   4
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43   204
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44   68
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45   131
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46   104
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47   68
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48   48
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49   176
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50   48
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51   176
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52   247
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53   196
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54   213
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55   92
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56   0
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57   190
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58   41
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60   240
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61   208
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63   255
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63_EXISTS   1
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM(fn)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM_VARGS(fn, ...)
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_LEN   64
 
#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_EXISTS   1
 
#define DT_CHOSEN_zephyr_entropy   DT_N_S_soc_S_crypto_5002a000
 
#define DT_CHOSEN_zephyr_entropy_EXISTS   1
 
#define DT_CHOSEN_zephyr_flash_controller   DT_N_S_soc_S_flash_controller_4001e000
 
#define DT_CHOSEN_zephyr_flash_controller_EXISTS   1
 
#define DT_CHOSEN_zephyr_console   DT_N_S_soc_S_uart_40002000
 
#define DT_CHOSEN_zephyr_console_EXISTS   1
 
#define DT_CHOSEN_zephyr_shell_uart   DT_N_S_soc_S_uart_40002000
 
#define DT_CHOSEN_zephyr_shell_uart_EXISTS   1
 
#define DT_CHOSEN_zephyr_uart_mcumgr   DT_N_S_soc_S_uart_40002000
 
#define DT_CHOSEN_zephyr_uart_mcumgr_EXISTS   1
 
#define DT_CHOSEN_zephyr_bt_mon_uart   DT_N_S_soc_S_uart_40002000
 
#define DT_CHOSEN_zephyr_bt_mon_uart_EXISTS   1
 
#define DT_CHOSEN_zephyr_bt_c2h_uart   DT_N_S_soc_S_uart_40002000
 
#define DT_CHOSEN_zephyr_bt_c2h_uart_EXISTS   1
 
#define DT_CHOSEN_zephyr_sram   DT_N_S_soc_S_memory_20000000
 
#define DT_CHOSEN_zephyr_sram_EXISTS   1
 
#define DT_CHOSEN_zephyr_flash   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
 
#define DT_CHOSEN_zephyr_flash_EXISTS   1
 
#define DT_CHOSEN_zephyr_code_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
 
#define DT_CHOSEN_zephyr_code_partition_EXISTS   1
 
#define DT_COMPAT_fixed_partitions_LABEL_mcuboot   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0
 
#define DT_COMPAT_fixed_partitions_LABEL_mcuboot_EXISTS   1
 
#define DT_COMPAT_fixed_partitions_LABEL_image_0   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
 
#define DT_COMPAT_fixed_partitions_LABEL_image_0_EXISTS   1
 
#define DT_COMPAT_fixed_partitions_LABEL_image_1   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000
 
#define DT_COMPAT_fixed_partitions_LABEL_image_1_EXISTS   1
 
#define DT_COMPAT_fixed_partitions_LABEL_image_scratch   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000
 
#define DT_COMPAT_fixed_partitions_LABEL_image_scratch_EXISTS   1
 
#define DT_COMPAT_fixed_partitions_LABEL_storage   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000
 
#define DT_COMPAT_fixed_partitions_LABEL_storage_EXISTS   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf52840_dk_nrf52840   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf52840_qiaa   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf52840   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf52   1
 
#define DT_COMPAT_HAS_OKAY_simple_bus   1
 
#define DT_COMPAT_HAS_OKAY_arm_v7m_nvic   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_ficr   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_uicr   1
 
#define DT_COMPAT_HAS_OKAY_mmio_sram   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_clock   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_radio   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_uarte   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_twi   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_spi   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpiote   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_saadc   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_timer   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_rtc   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_temp   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_rng   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_ecb   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_watchdog   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_egu   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_pwm   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf52_flash_controller   1
 
#define DT_COMPAT_HAS_OKAY_soc_nv_flash   1
 
#define DT_COMPAT_HAS_OKAY_fixed_partitions   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_usbd   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_qspi   1
 
#define DT_COMPAT_HAS_OKAY_nordic_qspi_nor   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_spim   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpio   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_cc310   1
 
#define DT_COMPAT_HAS_OKAY_arm_cryptocell_310   1
 
#define DT_COMPAT_HAS_OKAY_nordic_nrf_pinctrl   1
 
#define DT_COMPAT_HAS_OKAY_arm_cortex_m4f   1
 
#define DT_COMPAT_HAS_OKAY_gpio_leds   1
 
#define DT_COMPAT_HAS_OKAY_pwm_leds   1
 
#define DT_COMPAT_HAS_OKAY_gpio_keys   1
 
#define DT_COMPAT_HAS_OKAY_arduino_header_r3   1
 
#define DT_COMPAT_HAS_OKAY_arduino_uno_adc   1
 
#define DT_N_INST_nordic_nrf52840_dk_nrf52840_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf52840_qiaa_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf52840_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf52_NUM_OKAY   1
 
#define DT_N_INST_simple_bus_NUM_OKAY   1
 
#define DT_N_INST_arm_v7m_nvic_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_ficr_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_uicr_NUM_OKAY   1
 
#define DT_N_INST_mmio_sram_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_clock_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_radio_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_uarte_NUM_OKAY   2
 
#define DT_N_INST_nordic_nrf_twi_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_spi_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_gpiote_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_saadc_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_timer_NUM_OKAY   5
 
#define DT_N_INST_nordic_nrf_rtc_NUM_OKAY   3
 
#define DT_N_INST_nordic_nrf_temp_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_rng_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_ecb_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_watchdog_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_egu_NUM_OKAY   6
 
#define DT_N_INST_nordic_nrf_pwm_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf52_flash_controller_NUM_OKAY   1
 
#define DT_N_INST_soc_nv_flash_NUM_OKAY   1
 
#define DT_N_INST_fixed_partitions_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_usbd_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_qspi_NUM_OKAY   1
 
#define DT_N_INST_nordic_qspi_nor_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_spim_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_gpio_NUM_OKAY   2
 
#define DT_N_INST_nordic_nrf_cc310_NUM_OKAY   1
 
#define DT_N_INST_arm_cryptocell_310_NUM_OKAY   1
 
#define DT_N_INST_nordic_nrf_pinctrl_NUM_OKAY   1
 
#define DT_N_INST_arm_cortex_m4f_NUM_OKAY   1
 
#define DT_N_INST_gpio_leds_NUM_OKAY   1
 
#define DT_N_INST_pwm_leds_NUM_OKAY   1
 
#define DT_N_INST_gpio_keys_NUM_OKAY   1
 
#define DT_N_INST_arduino_header_r3_NUM_OKAY   1
 
#define DT_N_INST_arduino_uno_adc_NUM_OKAY   1
 
#define DT_FOREACH_OKAY_nordic_nrf52840_dk_nrf52840(fn)   fn(DT_N)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840_dk_nrf52840(fn, ...)   fn(DT_N, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf52840_dk_nrf52840(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_dk_nrf52840(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf52840_qiaa(fn)   fn(DT_N_S_soc)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840_qiaa(fn, ...)   fn(DT_N_S_soc, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf52840_qiaa(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_qiaa(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf52840(fn)   fn(DT_N_S_soc)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840(fn, ...)   fn(DT_N_S_soc, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf52840(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf52(fn)   fn(DT_N_S_soc)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf52(fn, ...)   fn(DT_N_S_soc, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf52(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_simple_bus(fn)   fn(DT_N_S_soc)
 
#define DT_FOREACH_OKAY_VARGS_simple_bus(fn, ...)   fn(DT_N_S_soc, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_simple_bus(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_simple_bus(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_arm_v7m_nvic(fn)   fn(DT_N_S_soc_S_interrupt_controller_e000e100)
 
#define DT_FOREACH_OKAY_VARGS_arm_v7m_nvic(fn, ...)   fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_arm_v7m_nvic(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_arm_v7m_nvic(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_ficr(fn)   fn(DT_N_S_soc_S_ficr_10000000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ficr(fn, ...)   fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_ficr(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ficr(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_uicr(fn)   fn(DT_N_S_soc_S_uicr_10001000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uicr(fn, ...)   fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_uicr(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uicr(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_mmio_sram(fn)   fn(DT_N_S_soc_S_memory_20000000)
 
#define DT_FOREACH_OKAY_VARGS_mmio_sram(fn, ...)   fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_mmio_sram(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_mmio_sram(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_clock(fn)   fn(DT_N_S_soc_S_clock_40000000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_clock(fn, ...)   fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_clock(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_clock(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_radio(fn)   fn(DT_N_S_soc_S_radio_40001000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_radio(fn, ...)   fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_radio(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_radio(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_uarte(fn)   fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_uart_40028000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uarte(fn, ...)   fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_uarte(fn)   fn(0) fn(1)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uarte(fn, ...)   fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_twi(fn)   fn(DT_N_S_soc_S_i2c_40003000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_twi(fn, ...)   fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_twi(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_twi(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_spi(fn)   fn(DT_N_S_soc_S_spi_40004000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_spi(fn, ...)   fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_spi(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spi(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_gpiote(fn)   fn(DT_N_S_soc_S_gpiote_40006000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpiote(fn, ...)   fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_gpiote(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpiote(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_saadc(fn)   fn(DT_N_S_soc_S_adc_40007000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_saadc(fn, ...)   fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_saadc(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_saadc(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_timer(fn)   fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_timer(fn, ...)   fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_timer(fn)   fn(0) fn(1) fn(2) fn(3) fn(4)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_timer(fn, ...)   fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_rtc(fn)   fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_rtc_40024000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_rtc(fn, ...)   fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_rtc(fn)   fn(0) fn(1) fn(2)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rtc(fn, ...)   fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_temp(fn)   fn(DT_N_S_soc_S_temp_4000c000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_temp(fn, ...)   fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_temp(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_temp(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_rng(fn)   fn(DT_N_S_soc_S_random_4000d000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_rng(fn, ...)   fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_rng(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rng(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_ecb(fn)   fn(DT_N_S_soc_S_ecb_4000e000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ecb(fn, ...)   fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_ecb(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ecb(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_watchdog(fn)   fn(DT_N_S_soc_S_watchdog_40010000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_watchdog(fn, ...)   fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_watchdog(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_watchdog(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_egu(fn)   fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_egu(fn, ...)   fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_egu(fn)   fn(0) fn(1) fn(2) fn(3) fn(4) fn(5)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_egu(fn, ...)   fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) fn(5, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_pwm(fn)   fn(DT_N_S_soc_S_pwm_4001c000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pwm(fn, ...)   fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_pwm(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pwm(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf52_flash_controller(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf52_flash_controller(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf52_flash_controller(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52_flash_controller(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_soc_nv_flash(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
 
#define DT_FOREACH_OKAY_VARGS_soc_nv_flash(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_soc_nv_flash(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_soc_nv_flash(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_fixed_partitions(fn)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
 
#define DT_FOREACH_OKAY_VARGS_fixed_partitions(fn, ...)   fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_fixed_partitions(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_fixed_partitions(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_usbd(fn)   fn(DT_N_S_soc_S_usbd_40027000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_usbd(fn, ...)   fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_usbd(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_usbd(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_qspi(fn)   fn(DT_N_S_soc_S_qspi_40029000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_qspi(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_qspi(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_qspi(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_qspi_nor(fn)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)
 
#define DT_FOREACH_OKAY_VARGS_nordic_qspi_nor(fn, ...)   fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_qspi_nor(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_qspi_nor(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_spim(fn)   fn(DT_N_S_soc_S_spi_4002f000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_spim(fn, ...)   fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_spim(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spim(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_gpio(fn)   fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpio(fn, ...)   fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn)   fn(0) fn(1)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpio(fn, ...)   fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_cc310(fn)   fn(DT_N_S_soc_S_crypto_5002a000)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_cc310(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_cc310(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_cc310(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_arm_cryptocell_310(fn)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)
 
#define DT_FOREACH_OKAY_VARGS_arm_cryptocell_310(fn, ...)   fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_arm_cryptocell_310(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_arm_cryptocell_310(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_nordic_nrf_pinctrl(fn)   fn(DT_N_S_pin_controller)
 
#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pinctrl(fn, ...)   fn(DT_N_S_pin_controller, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_nordic_nrf_pinctrl(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pinctrl(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_arm_cortex_m4f(fn)   fn(DT_N_S_cpus_S_cpu_0)
 
#define DT_FOREACH_OKAY_VARGS_arm_cortex_m4f(fn, ...)   fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_arm_cortex_m4f(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_arm_cortex_m4f(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_gpio_leds(fn)   fn(DT_N_S_leds)
 
#define DT_FOREACH_OKAY_VARGS_gpio_leds(fn, ...)   fn(DT_N_S_leds, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_gpio_leds(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_gpio_leds(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_pwm_leds(fn)   fn(DT_N_S_pwmleds)
 
#define DT_FOREACH_OKAY_VARGS_pwm_leds(fn, ...)   fn(DT_N_S_pwmleds, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_pwm_leds(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_pwm_leds(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_gpio_keys(fn)   fn(DT_N_S_buttons)
 
#define DT_FOREACH_OKAY_VARGS_gpio_keys(fn, ...)   fn(DT_N_S_buttons, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_gpio_keys(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_gpio_keys(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_arduino_header_r3(fn)   fn(DT_N_S_connector)
 
#define DT_FOREACH_OKAY_VARGS_arduino_header_r3(fn, ...)   fn(DT_N_S_connector, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_arduino_header_r3(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_arduino_header_r3(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_arduino_uno_adc(fn)   fn(DT_N_S_analog_connector)
 
#define DT_FOREACH_OKAY_VARGS_arduino_uno_adc(fn, ...)   fn(DT_N_S_analog_connector, __VA_ARGS__)
 
#define DT_FOREACH_OKAY_INST_arduino_uno_adc(fn)   fn(0)
 
#define DT_FOREACH_OKAY_INST_VARGS_arduino_uno_adc(fn, ...)   fn(0, __VA_ARGS__)
 
#define DT_COMPAT_nordic_qspi_nor_BUS_qspi   1
 

Macro Definition Documentation

◆ DT_CHOSEN_zephyr_bt_c2h_uart

#define DT_CHOSEN_zephyr_bt_c2h_uart   DT_N_S_soc_S_uart_40002000

◆ DT_CHOSEN_zephyr_bt_c2h_uart_EXISTS

#define DT_CHOSEN_zephyr_bt_c2h_uart_EXISTS   1

◆ DT_CHOSEN_zephyr_bt_mon_uart

#define DT_CHOSEN_zephyr_bt_mon_uart   DT_N_S_soc_S_uart_40002000

◆ DT_CHOSEN_zephyr_bt_mon_uart_EXISTS

#define DT_CHOSEN_zephyr_bt_mon_uart_EXISTS   1

◆ DT_CHOSEN_zephyr_code_partition

#define DT_CHOSEN_zephyr_code_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000

◆ DT_CHOSEN_zephyr_code_partition_EXISTS

#define DT_CHOSEN_zephyr_code_partition_EXISTS   1

◆ DT_CHOSEN_zephyr_console

#define DT_CHOSEN_zephyr_console   DT_N_S_soc_S_uart_40002000

◆ DT_CHOSEN_zephyr_console_EXISTS

#define DT_CHOSEN_zephyr_console_EXISTS   1

◆ DT_CHOSEN_zephyr_entropy

#define DT_CHOSEN_zephyr_entropy   DT_N_S_soc_S_crypto_5002a000

◆ DT_CHOSEN_zephyr_entropy_EXISTS

#define DT_CHOSEN_zephyr_entropy_EXISTS   1

◆ DT_CHOSEN_zephyr_flash

#define DT_CHOSEN_zephyr_flash   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0

◆ DT_CHOSEN_zephyr_flash_controller

#define DT_CHOSEN_zephyr_flash_controller   DT_N_S_soc_S_flash_controller_4001e000

◆ DT_CHOSEN_zephyr_flash_controller_EXISTS

#define DT_CHOSEN_zephyr_flash_controller_EXISTS   1

◆ DT_CHOSEN_zephyr_flash_EXISTS

#define DT_CHOSEN_zephyr_flash_EXISTS   1

◆ DT_CHOSEN_zephyr_shell_uart

#define DT_CHOSEN_zephyr_shell_uart   DT_N_S_soc_S_uart_40002000

◆ DT_CHOSEN_zephyr_shell_uart_EXISTS

#define DT_CHOSEN_zephyr_shell_uart_EXISTS   1

◆ DT_CHOSEN_zephyr_sram

#define DT_CHOSEN_zephyr_sram   DT_N_S_soc_S_memory_20000000

◆ DT_CHOSEN_zephyr_sram_EXISTS

#define DT_CHOSEN_zephyr_sram_EXISTS   1

◆ DT_CHOSEN_zephyr_uart_mcumgr

#define DT_CHOSEN_zephyr_uart_mcumgr   DT_N_S_soc_S_uart_40002000

◆ DT_CHOSEN_zephyr_uart_mcumgr_EXISTS

#define DT_CHOSEN_zephyr_uart_mcumgr_EXISTS   1

◆ DT_COMPAT_fixed_partitions_LABEL_image_0

#define DT_COMPAT_fixed_partitions_LABEL_image_0   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000

◆ DT_COMPAT_fixed_partitions_LABEL_image_0_EXISTS

#define DT_COMPAT_fixed_partitions_LABEL_image_0_EXISTS   1

◆ DT_COMPAT_fixed_partitions_LABEL_image_1

#define DT_COMPAT_fixed_partitions_LABEL_image_1   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000

◆ DT_COMPAT_fixed_partitions_LABEL_image_1_EXISTS

#define DT_COMPAT_fixed_partitions_LABEL_image_1_EXISTS   1

◆ DT_COMPAT_fixed_partitions_LABEL_image_scratch

#define DT_COMPAT_fixed_partitions_LABEL_image_scratch   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000

◆ DT_COMPAT_fixed_partitions_LABEL_image_scratch_EXISTS

#define DT_COMPAT_fixed_partitions_LABEL_image_scratch_EXISTS   1

◆ DT_COMPAT_fixed_partitions_LABEL_mcuboot

#define DT_COMPAT_fixed_partitions_LABEL_mcuboot   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0

◆ DT_COMPAT_fixed_partitions_LABEL_mcuboot_EXISTS

#define DT_COMPAT_fixed_partitions_LABEL_mcuboot_EXISTS   1

◆ DT_COMPAT_fixed_partitions_LABEL_storage

#define DT_COMPAT_fixed_partitions_LABEL_storage   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000

◆ DT_COMPAT_fixed_partitions_LABEL_storage_EXISTS

#define DT_COMPAT_fixed_partitions_LABEL_storage_EXISTS   1

◆ DT_COMPAT_HAS_OKAY_arduino_header_r3

#define DT_COMPAT_HAS_OKAY_arduino_header_r3   1

◆ DT_COMPAT_HAS_OKAY_arduino_uno_adc

#define DT_COMPAT_HAS_OKAY_arduino_uno_adc   1

◆ DT_COMPAT_HAS_OKAY_arm_cortex_m4f

#define DT_COMPAT_HAS_OKAY_arm_cortex_m4f   1

◆ DT_COMPAT_HAS_OKAY_arm_cryptocell_310

#define DT_COMPAT_HAS_OKAY_arm_cryptocell_310   1

◆ DT_COMPAT_HAS_OKAY_arm_v7m_nvic

#define DT_COMPAT_HAS_OKAY_arm_v7m_nvic   1

◆ DT_COMPAT_HAS_OKAY_fixed_partitions

#define DT_COMPAT_HAS_OKAY_fixed_partitions   1

◆ DT_COMPAT_HAS_OKAY_gpio_keys

#define DT_COMPAT_HAS_OKAY_gpio_keys   1

◆ DT_COMPAT_HAS_OKAY_gpio_leds

#define DT_COMPAT_HAS_OKAY_gpio_leds   1

◆ DT_COMPAT_HAS_OKAY_mmio_sram

#define DT_COMPAT_HAS_OKAY_mmio_sram   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf52

#define DT_COMPAT_HAS_OKAY_nordic_nrf52   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf52840

#define DT_COMPAT_HAS_OKAY_nordic_nrf52840   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf52840_dk_nrf52840

#define DT_COMPAT_HAS_OKAY_nordic_nrf52840_dk_nrf52840   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf52840_qiaa

#define DT_COMPAT_HAS_OKAY_nordic_nrf52840_qiaa   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf52_flash_controller

#define DT_COMPAT_HAS_OKAY_nordic_nrf52_flash_controller   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_cc310

#define DT_COMPAT_HAS_OKAY_nordic_nrf_cc310   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_clock

#define DT_COMPAT_HAS_OKAY_nordic_nrf_clock   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_ecb

#define DT_COMPAT_HAS_OKAY_nordic_nrf_ecb   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_egu

#define DT_COMPAT_HAS_OKAY_nordic_nrf_egu   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_ficr

#define DT_COMPAT_HAS_OKAY_nordic_nrf_ficr   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_gpio

#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpio   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_gpiote

#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpiote   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_pinctrl

#define DT_COMPAT_HAS_OKAY_nordic_nrf_pinctrl   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_pwm

#define DT_COMPAT_HAS_OKAY_nordic_nrf_pwm   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_qspi

#define DT_COMPAT_HAS_OKAY_nordic_nrf_qspi   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_radio

#define DT_COMPAT_HAS_OKAY_nordic_nrf_radio   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_rng

#define DT_COMPAT_HAS_OKAY_nordic_nrf_rng   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_rtc

#define DT_COMPAT_HAS_OKAY_nordic_nrf_rtc   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_saadc

#define DT_COMPAT_HAS_OKAY_nordic_nrf_saadc   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_spi

#define DT_COMPAT_HAS_OKAY_nordic_nrf_spi   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_spim

#define DT_COMPAT_HAS_OKAY_nordic_nrf_spim   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_temp

#define DT_COMPAT_HAS_OKAY_nordic_nrf_temp   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_timer

#define DT_COMPAT_HAS_OKAY_nordic_nrf_timer   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_twi

#define DT_COMPAT_HAS_OKAY_nordic_nrf_twi   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_uarte

#define DT_COMPAT_HAS_OKAY_nordic_nrf_uarte   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_uicr

#define DT_COMPAT_HAS_OKAY_nordic_nrf_uicr   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_usbd

#define DT_COMPAT_HAS_OKAY_nordic_nrf_usbd   1

◆ DT_COMPAT_HAS_OKAY_nordic_nrf_watchdog

#define DT_COMPAT_HAS_OKAY_nordic_nrf_watchdog   1

◆ DT_COMPAT_HAS_OKAY_nordic_qspi_nor

#define DT_COMPAT_HAS_OKAY_nordic_qspi_nor   1

◆ DT_COMPAT_HAS_OKAY_pwm_leds

#define DT_COMPAT_HAS_OKAY_pwm_leds   1

◆ DT_COMPAT_HAS_OKAY_simple_bus

#define DT_COMPAT_HAS_OKAY_simple_bus   1

◆ DT_COMPAT_HAS_OKAY_soc_nv_flash

#define DT_COMPAT_HAS_OKAY_soc_nv_flash   1

◆ DT_COMPAT_nordic_qspi_nor_BUS_qspi

#define DT_COMPAT_nordic_qspi_nor_BUS_qspi   1

◆ DT_FOREACH_OKAY_arduino_header_r3

#define DT_FOREACH_OKAY_arduino_header_r3 (   fn)    fn(DT_N_S_connector)

◆ DT_FOREACH_OKAY_arduino_uno_adc

#define DT_FOREACH_OKAY_arduino_uno_adc (   fn)    fn(DT_N_S_analog_connector)

◆ DT_FOREACH_OKAY_arm_cortex_m4f

#define DT_FOREACH_OKAY_arm_cortex_m4f (   fn)    fn(DT_N_S_cpus_S_cpu_0)

◆ DT_FOREACH_OKAY_arm_cryptocell_310

#define DT_FOREACH_OKAY_arm_cryptocell_310 (   fn)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)

◆ DT_FOREACH_OKAY_arm_v7m_nvic

#define DT_FOREACH_OKAY_arm_v7m_nvic (   fn)    fn(DT_N_S_soc_S_interrupt_controller_e000e100)

◆ DT_FOREACH_OKAY_fixed_partitions

#define DT_FOREACH_OKAY_fixed_partitions (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)

◆ DT_FOREACH_OKAY_gpio_keys

#define DT_FOREACH_OKAY_gpio_keys (   fn)    fn(DT_N_S_buttons)

◆ DT_FOREACH_OKAY_gpio_leds

#define DT_FOREACH_OKAY_gpio_leds (   fn)    fn(DT_N_S_leds)

◆ DT_FOREACH_OKAY_INST_arduino_header_r3

#define DT_FOREACH_OKAY_INST_arduino_header_r3 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_arduino_uno_adc

#define DT_FOREACH_OKAY_INST_arduino_uno_adc (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_arm_cortex_m4f

#define DT_FOREACH_OKAY_INST_arm_cortex_m4f (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_arm_cryptocell_310

#define DT_FOREACH_OKAY_INST_arm_cryptocell_310 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_arm_v7m_nvic

#define DT_FOREACH_OKAY_INST_arm_v7m_nvic (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_fixed_partitions

#define DT_FOREACH_OKAY_INST_fixed_partitions (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_gpio_keys

#define DT_FOREACH_OKAY_INST_gpio_keys (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_gpio_leds

#define DT_FOREACH_OKAY_INST_gpio_leds (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_mmio_sram

#define DT_FOREACH_OKAY_INST_mmio_sram (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf52

#define DT_FOREACH_OKAY_INST_nordic_nrf52 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf52840

#define DT_FOREACH_OKAY_INST_nordic_nrf52840 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf52840_dk_nrf52840

#define DT_FOREACH_OKAY_INST_nordic_nrf52840_dk_nrf52840 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf52840_qiaa

#define DT_FOREACH_OKAY_INST_nordic_nrf52840_qiaa (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf52_flash_controller

#define DT_FOREACH_OKAY_INST_nordic_nrf52_flash_controller (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_cc310

#define DT_FOREACH_OKAY_INST_nordic_nrf_cc310 (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_clock

#define DT_FOREACH_OKAY_INST_nordic_nrf_clock (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_ecb

#define DT_FOREACH_OKAY_INST_nordic_nrf_ecb (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_egu

#define DT_FOREACH_OKAY_INST_nordic_nrf_egu (   fn)    fn(0) fn(1) fn(2) fn(3) fn(4) fn(5)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_ficr

#define DT_FOREACH_OKAY_INST_nordic_nrf_ficr (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_gpio

#define DT_FOREACH_OKAY_INST_nordic_nrf_gpio (   fn)    fn(0) fn(1)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_gpiote

#define DT_FOREACH_OKAY_INST_nordic_nrf_gpiote (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_pinctrl

#define DT_FOREACH_OKAY_INST_nordic_nrf_pinctrl (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_pwm

#define DT_FOREACH_OKAY_INST_nordic_nrf_pwm (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_qspi

#define DT_FOREACH_OKAY_INST_nordic_nrf_qspi (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_radio

#define DT_FOREACH_OKAY_INST_nordic_nrf_radio (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_rng

#define DT_FOREACH_OKAY_INST_nordic_nrf_rng (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_rtc

#define DT_FOREACH_OKAY_INST_nordic_nrf_rtc (   fn)    fn(0) fn(1) fn(2)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_saadc

#define DT_FOREACH_OKAY_INST_nordic_nrf_saadc (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_spi

#define DT_FOREACH_OKAY_INST_nordic_nrf_spi (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_spim

#define DT_FOREACH_OKAY_INST_nordic_nrf_spim (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_temp

#define DT_FOREACH_OKAY_INST_nordic_nrf_temp (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_timer

#define DT_FOREACH_OKAY_INST_nordic_nrf_timer (   fn)    fn(0) fn(1) fn(2) fn(3) fn(4)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_twi

#define DT_FOREACH_OKAY_INST_nordic_nrf_twi (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_uarte

#define DT_FOREACH_OKAY_INST_nordic_nrf_uarte (   fn)    fn(0) fn(1)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_uicr

#define DT_FOREACH_OKAY_INST_nordic_nrf_uicr (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_usbd

#define DT_FOREACH_OKAY_INST_nordic_nrf_usbd (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_nrf_watchdog

#define DT_FOREACH_OKAY_INST_nordic_nrf_watchdog (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_nordic_qspi_nor

#define DT_FOREACH_OKAY_INST_nordic_qspi_nor (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_pwm_leds

#define DT_FOREACH_OKAY_INST_pwm_leds (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_simple_bus

#define DT_FOREACH_OKAY_INST_simple_bus (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_soc_nv_flash

#define DT_FOREACH_OKAY_INST_soc_nv_flash (   fn)    fn(0)

◆ DT_FOREACH_OKAY_INST_VARGS_arduino_header_r3

#define DT_FOREACH_OKAY_INST_VARGS_arduino_header_r3 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_arduino_uno_adc

#define DT_FOREACH_OKAY_INST_VARGS_arduino_uno_adc (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_arm_cortex_m4f

#define DT_FOREACH_OKAY_INST_VARGS_arm_cortex_m4f (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_arm_cryptocell_310

#define DT_FOREACH_OKAY_INST_VARGS_arm_cryptocell_310 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_arm_v7m_nvic

#define DT_FOREACH_OKAY_INST_VARGS_arm_v7m_nvic (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_fixed_partitions

#define DT_FOREACH_OKAY_INST_VARGS_fixed_partitions (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_gpio_keys

#define DT_FOREACH_OKAY_INST_VARGS_gpio_keys (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_gpio_leds

#define DT_FOREACH_OKAY_INST_VARGS_gpio_leds (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_mmio_sram

#define DT_FOREACH_OKAY_INST_VARGS_mmio_sram (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_dk_nrf52840

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_dk_nrf52840 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_qiaa

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_qiaa (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52_flash_controller

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52_flash_controller (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_cc310

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_cc310 (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_clock

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_clock (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ecb

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ecb (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_egu

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_egu (   fn,
  ... 
)    fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) fn(5, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ficr

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ficr (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpio

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpio (   fn,
  ... 
)    fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpiote

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpiote (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pinctrl

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pinctrl (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pwm

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pwm (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_qspi

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_qspi (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_radio

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_radio (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rng

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rng (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rtc

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rtc (   fn,
  ... 
)    fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_saadc

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_saadc (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spi

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spi (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spim

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spim (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_temp

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_temp (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_timer

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_timer (   fn,
  ... 
)    fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_twi

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_twi (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uarte

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uarte (   fn,
  ... 
)    fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uicr

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uicr (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_usbd

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_usbd (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_watchdog

#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_watchdog (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_nordic_qspi_nor

#define DT_FOREACH_OKAY_INST_VARGS_nordic_qspi_nor (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_pwm_leds

#define DT_FOREACH_OKAY_INST_VARGS_pwm_leds (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_simple_bus

#define DT_FOREACH_OKAY_INST_VARGS_simple_bus (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_INST_VARGS_soc_nv_flash

#define DT_FOREACH_OKAY_INST_VARGS_soc_nv_flash (   fn,
  ... 
)    fn(0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_mmio_sram

#define DT_FOREACH_OKAY_mmio_sram (   fn)    fn(DT_N_S_soc_S_memory_20000000)

◆ DT_FOREACH_OKAY_nordic_nrf52

#define DT_FOREACH_OKAY_nordic_nrf52 (   fn)    fn(DT_N_S_soc)

◆ DT_FOREACH_OKAY_nordic_nrf52840

#define DT_FOREACH_OKAY_nordic_nrf52840 (   fn)    fn(DT_N_S_soc)

◆ DT_FOREACH_OKAY_nordic_nrf52840_dk_nrf52840

#define DT_FOREACH_OKAY_nordic_nrf52840_dk_nrf52840 (   fn)    fn(DT_N)

◆ DT_FOREACH_OKAY_nordic_nrf52840_qiaa

#define DT_FOREACH_OKAY_nordic_nrf52840_qiaa (   fn)    fn(DT_N_S_soc)

◆ DT_FOREACH_OKAY_nordic_nrf52_flash_controller

#define DT_FOREACH_OKAY_nordic_nrf52_flash_controller (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000)

◆ DT_FOREACH_OKAY_nordic_nrf_cc310

#define DT_FOREACH_OKAY_nordic_nrf_cc310 (   fn)    fn(DT_N_S_soc_S_crypto_5002a000)

◆ DT_FOREACH_OKAY_nordic_nrf_clock

#define DT_FOREACH_OKAY_nordic_nrf_clock (   fn)    fn(DT_N_S_soc_S_clock_40000000)

◆ DT_FOREACH_OKAY_nordic_nrf_ecb

#define DT_FOREACH_OKAY_nordic_nrf_ecb (   fn)    fn(DT_N_S_soc_S_ecb_4000e000)

◆ DT_FOREACH_OKAY_nordic_nrf_egu

#define DT_FOREACH_OKAY_nordic_nrf_egu (   fn)    fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000)

◆ DT_FOREACH_OKAY_nordic_nrf_ficr

#define DT_FOREACH_OKAY_nordic_nrf_ficr (   fn)    fn(DT_N_S_soc_S_ficr_10000000)

◆ DT_FOREACH_OKAY_nordic_nrf_gpio

#define DT_FOREACH_OKAY_nordic_nrf_gpio (   fn)    fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300)

◆ DT_FOREACH_OKAY_nordic_nrf_gpiote

#define DT_FOREACH_OKAY_nordic_nrf_gpiote (   fn)    fn(DT_N_S_soc_S_gpiote_40006000)

◆ DT_FOREACH_OKAY_nordic_nrf_pinctrl

#define DT_FOREACH_OKAY_nordic_nrf_pinctrl (   fn)    fn(DT_N_S_pin_controller)

◆ DT_FOREACH_OKAY_nordic_nrf_pwm

#define DT_FOREACH_OKAY_nordic_nrf_pwm (   fn)    fn(DT_N_S_soc_S_pwm_4001c000)

◆ DT_FOREACH_OKAY_nordic_nrf_qspi

#define DT_FOREACH_OKAY_nordic_nrf_qspi (   fn)    fn(DT_N_S_soc_S_qspi_40029000)

◆ DT_FOREACH_OKAY_nordic_nrf_radio

#define DT_FOREACH_OKAY_nordic_nrf_radio (   fn)    fn(DT_N_S_soc_S_radio_40001000)

◆ DT_FOREACH_OKAY_nordic_nrf_rng

#define DT_FOREACH_OKAY_nordic_nrf_rng (   fn)    fn(DT_N_S_soc_S_random_4000d000)

◆ DT_FOREACH_OKAY_nordic_nrf_rtc

#define DT_FOREACH_OKAY_nordic_nrf_rtc (   fn)    fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_rtc_40024000)

◆ DT_FOREACH_OKAY_nordic_nrf_saadc

#define DT_FOREACH_OKAY_nordic_nrf_saadc (   fn)    fn(DT_N_S_soc_S_adc_40007000)

◆ DT_FOREACH_OKAY_nordic_nrf_spi

#define DT_FOREACH_OKAY_nordic_nrf_spi (   fn)    fn(DT_N_S_soc_S_spi_40004000)

◆ DT_FOREACH_OKAY_nordic_nrf_spim

#define DT_FOREACH_OKAY_nordic_nrf_spim (   fn)    fn(DT_N_S_soc_S_spi_4002f000)

◆ DT_FOREACH_OKAY_nordic_nrf_temp

#define DT_FOREACH_OKAY_nordic_nrf_temp (   fn)    fn(DT_N_S_soc_S_temp_4000c000)

◆ DT_FOREACH_OKAY_nordic_nrf_timer

#define DT_FOREACH_OKAY_nordic_nrf_timer (   fn)    fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000)

◆ DT_FOREACH_OKAY_nordic_nrf_twi

#define DT_FOREACH_OKAY_nordic_nrf_twi (   fn)    fn(DT_N_S_soc_S_i2c_40003000)

◆ DT_FOREACH_OKAY_nordic_nrf_uarte

#define DT_FOREACH_OKAY_nordic_nrf_uarte (   fn)    fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_uart_40028000)

◆ DT_FOREACH_OKAY_nordic_nrf_uicr

#define DT_FOREACH_OKAY_nordic_nrf_uicr (   fn)    fn(DT_N_S_soc_S_uicr_10001000)

◆ DT_FOREACH_OKAY_nordic_nrf_usbd

#define DT_FOREACH_OKAY_nordic_nrf_usbd (   fn)    fn(DT_N_S_soc_S_usbd_40027000)

◆ DT_FOREACH_OKAY_nordic_nrf_watchdog

#define DT_FOREACH_OKAY_nordic_nrf_watchdog (   fn)    fn(DT_N_S_soc_S_watchdog_40010000)

◆ DT_FOREACH_OKAY_nordic_qspi_nor

#define DT_FOREACH_OKAY_nordic_qspi_nor (   fn)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)

◆ DT_FOREACH_OKAY_pwm_leds

#define DT_FOREACH_OKAY_pwm_leds (   fn)    fn(DT_N_S_pwmleds)

◆ DT_FOREACH_OKAY_simple_bus

#define DT_FOREACH_OKAY_simple_bus (   fn)    fn(DT_N_S_soc)

◆ DT_FOREACH_OKAY_soc_nv_flash

#define DT_FOREACH_OKAY_soc_nv_flash (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)

◆ DT_FOREACH_OKAY_VARGS_arduino_header_r3

#define DT_FOREACH_OKAY_VARGS_arduino_header_r3 (   fn,
  ... 
)    fn(DT_N_S_connector, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_arduino_uno_adc

#define DT_FOREACH_OKAY_VARGS_arduino_uno_adc (   fn,
  ... 
)    fn(DT_N_S_analog_connector, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_arm_cortex_m4f

#define DT_FOREACH_OKAY_VARGS_arm_cortex_m4f (   fn,
  ... 
)    fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_arm_cryptocell_310

#define DT_FOREACH_OKAY_VARGS_arm_cryptocell_310 (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_arm_v7m_nvic

#define DT_FOREACH_OKAY_VARGS_arm_v7m_nvic (   fn,
  ... 
)    fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_fixed_partitions

#define DT_FOREACH_OKAY_VARGS_fixed_partitions (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_gpio_keys

#define DT_FOREACH_OKAY_VARGS_gpio_keys (   fn,
  ... 
)    fn(DT_N_S_buttons, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_gpio_leds

#define DT_FOREACH_OKAY_VARGS_gpio_leds (   fn,
  ... 
)    fn(DT_N_S_leds, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_mmio_sram

#define DT_FOREACH_OKAY_VARGS_mmio_sram (   fn,
  ... 
)    fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf52

#define DT_FOREACH_OKAY_VARGS_nordic_nrf52 (   fn,
  ... 
)    fn(DT_N_S_soc, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf52840

#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840 (   fn,
  ... 
)    fn(DT_N_S_soc, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf52840_dk_nrf52840

#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840_dk_nrf52840 (   fn,
  ... 
)    fn(DT_N, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf52840_qiaa

#define DT_FOREACH_OKAY_VARGS_nordic_nrf52840_qiaa (   fn,
  ... 
)    fn(DT_N_S_soc, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf52_flash_controller

#define DT_FOREACH_OKAY_VARGS_nordic_nrf52_flash_controller (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_cc310

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_cc310 (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_clock

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_clock (   fn,
  ... 
)    fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_ecb

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ecb (   fn,
  ... 
)    fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_egu

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_egu (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_ficr

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ficr (   fn,
  ... 
)    fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_gpio

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpio (   fn,
  ... 
)    fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_gpiote

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpiote (   fn,
  ... 
)    fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_pinctrl

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pinctrl (   fn,
  ... 
)    fn(DT_N_S_pin_controller, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_pwm

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pwm (   fn,
  ... 
)    fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_qspi

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_qspi (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_radio

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_radio (   fn,
  ... 
)    fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_rng

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_rng (   fn,
  ... 
)    fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_rtc

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_rtc (   fn,
  ... 
)    fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_saadc

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_saadc (   fn,
  ... 
)    fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_spi

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_spi (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_spim

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_spim (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_temp

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_temp (   fn,
  ... 
)    fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_timer

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_timer (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_twi

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_twi (   fn,
  ... 
)    fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_uarte

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uarte (   fn,
  ... 
)    fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_uicr

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uicr (   fn,
  ... 
)    fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_usbd

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_usbd (   fn,
  ... 
)    fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_nrf_watchdog

#define DT_FOREACH_OKAY_VARGS_nordic_nrf_watchdog (   fn,
  ... 
)    fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_nordic_qspi_nor

#define DT_FOREACH_OKAY_VARGS_nordic_qspi_nor (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_pwm_leds

#define DT_FOREACH_OKAY_VARGS_pwm_leds (   fn,
  ... 
)    fn(DT_N_S_pwmleds, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_simple_bus

#define DT_FOREACH_OKAY_VARGS_simple_bus (   fn,
  ... 
)    fn(DT_N_S_soc, __VA_ARGS__)

◆ DT_FOREACH_OKAY_VARGS_soc_nv_flash

#define DT_FOREACH_OKAY_VARGS_soc_nv_flash (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)

◆ DT_N_ALIAS_bootloader_led0

#define DT_N_ALIAS_bootloader_led0   DT_N_S_leds_S_led_1

◆ DT_N_ALIAS_led0

#define DT_N_ALIAS_led0   DT_N_S_leds_S_led_0

◆ DT_N_ALIAS_led1

#define DT_N_ALIAS_led1   DT_N_S_leds_S_led_1

◆ DT_N_ALIAS_led2

#define DT_N_ALIAS_led2   DT_N_S_leds_S_led_2

◆ DT_N_ALIAS_led3

#define DT_N_ALIAS_led3   DT_N_S_leds_S_led_3

◆ DT_N_ALIAS_pwm_led0

#define DT_N_ALIAS_pwm_led0   DT_N_S_pwmleds_S_pwm_led_0

◆ DT_N_ALIAS_pwm_led1

#define DT_N_ALIAS_pwm_led1   DT_N_S_pwmleds_S_pwm_led_1

◆ DT_N_ALIAS_sw0

#define DT_N_ALIAS_sw0   DT_N_S_buttons_S_button_0

◆ DT_N_ALIAS_sw1

#define DT_N_ALIAS_sw1   DT_N_S_buttons_S_button_1

◆ DT_N_ALIAS_sw2

#define DT_N_ALIAS_sw2   DT_N_S_buttons_S_button_2

◆ DT_N_ALIAS_sw3

#define DT_N_ALIAS_sw3   DT_N_S_buttons_S_button_3

◆ DT_N_COMPAT_MATCHES_nordic_nrf52840_dk_nrf52840

#define DT_N_COMPAT_MATCHES_nordic_nrf52840_dk_nrf52840   1

◆ DT_N_EXISTS

#define DT_N_EXISTS   1

◆ DT_N_FOREACH_CHILD

#define DT_N_FOREACH_CHILD (   fn)    fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_sw_pwm) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector)

◆ DT_N_FOREACH_CHILD_STATUS_OKAY

#define DT_N_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector)

◆ DT_N_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__)

◆ DT_N_FOREACH_CHILD_VARGS

#define DT_N_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_sw_pwm, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__)

◆ DT_N_FOREACH_RANGE

#define DT_N_FOREACH_RANGE (   fn)

◆ DT_N_FULL_NAME

#define DT_N_FULL_NAME   "/"

◆ DT_N_INST_0_arduino_header_r3

#define DT_N_INST_0_arduino_header_r3   DT_N_S_connector

◆ DT_N_INST_0_arduino_uno_adc

#define DT_N_INST_0_arduino_uno_adc   DT_N_S_analog_connector

◆ DT_N_INST_0_arm_armv7m_systick

#define DT_N_INST_0_arm_armv7m_systick   DT_N_S_soc_S_timer_e000e010

◆ DT_N_INST_0_arm_cortex_m4f

#define DT_N_INST_0_arm_cortex_m4f   DT_N_S_cpus_S_cpu_0

◆ DT_N_INST_0_arm_cryptocell_310

#define DT_N_INST_0_arm_cryptocell_310   DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000

◆ DT_N_INST_0_arm_v7m_nvic

#define DT_N_INST_0_arm_v7m_nvic   DT_N_S_soc_S_interrupt_controller_e000e100

◆ DT_N_INST_0_fixed_partitions

#define DT_N_INST_0_fixed_partitions   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_INST_0_gpio_keys

#define DT_N_INST_0_gpio_keys   DT_N_S_buttons

◆ DT_N_INST_0_gpio_leds

#define DT_N_INST_0_gpio_leds   DT_N_S_leds

◆ DT_N_INST_0_mmio_sram

#define DT_N_INST_0_mmio_sram   DT_N_S_soc_S_memory_20000000

◆ DT_N_INST_0_nordic_nrf52

#define DT_N_INST_0_nordic_nrf52   DT_N_S_soc

◆ DT_N_INST_0_nordic_nrf52840

#define DT_N_INST_0_nordic_nrf52840   DT_N_S_soc

◆ DT_N_INST_0_nordic_nrf52840_dk_nrf52840

#define DT_N_INST_0_nordic_nrf52840_dk_nrf52840   DT_N

◆ DT_N_INST_0_nordic_nrf52840_qiaa

#define DT_N_INST_0_nordic_nrf52840_qiaa   DT_N_S_soc

◆ DT_N_INST_0_nordic_nrf52_flash_controller

#define DT_N_INST_0_nordic_nrf52_flash_controller   DT_N_S_soc_S_flash_controller_4001e000

◆ DT_N_INST_0_nordic_nrf_cc310

#define DT_N_INST_0_nordic_nrf_cc310   DT_N_S_soc_S_crypto_5002a000

◆ DT_N_INST_0_nordic_nrf_clock

#define DT_N_INST_0_nordic_nrf_clock   DT_N_S_soc_S_clock_40000000

◆ DT_N_INST_0_nordic_nrf_ecb

#define DT_N_INST_0_nordic_nrf_ecb   DT_N_S_soc_S_ecb_4000e000

◆ DT_N_INST_0_nordic_nrf_egu

#define DT_N_INST_0_nordic_nrf_egu   DT_N_S_soc_S_egu_40014000

◆ DT_N_INST_0_nordic_nrf_ficr

#define DT_N_INST_0_nordic_nrf_ficr   DT_N_S_soc_S_ficr_10000000

◆ DT_N_INST_0_nordic_nrf_gpio

#define DT_N_INST_0_nordic_nrf_gpio   DT_N_S_soc_S_gpio_50000000

◆ DT_N_INST_0_nordic_nrf_gpiote

#define DT_N_INST_0_nordic_nrf_gpiote   DT_N_S_soc_S_gpiote_40006000

◆ DT_N_INST_0_nordic_nrf_i2s

#define DT_N_INST_0_nordic_nrf_i2s   DT_N_S_soc_S_i2s_40025000

◆ DT_N_INST_0_nordic_nrf_pdm

#define DT_N_INST_0_nordic_nrf_pdm   DT_N_S_soc_S_pdm_4001d000

◆ DT_N_INST_0_nordic_nrf_pinctrl

#define DT_N_INST_0_nordic_nrf_pinctrl   DT_N_S_pin_controller

◆ DT_N_INST_0_nordic_nrf_pwm

#define DT_N_INST_0_nordic_nrf_pwm   DT_N_S_soc_S_pwm_4001c000

◆ DT_N_INST_0_nordic_nrf_qdec

#define DT_N_INST_0_nordic_nrf_qdec   DT_N_S_soc_S_qdec_40012000

◆ DT_N_INST_0_nordic_nrf_qspi

#define DT_N_INST_0_nordic_nrf_qspi   DT_N_S_soc_S_qspi_40029000

◆ DT_N_INST_0_nordic_nrf_radio

#define DT_N_INST_0_nordic_nrf_radio   DT_N_S_soc_S_radio_40001000

◆ DT_N_INST_0_nordic_nrf_rng

#define DT_N_INST_0_nordic_nrf_rng   DT_N_S_soc_S_random_4000d000

◆ DT_N_INST_0_nordic_nrf_rtc

#define DT_N_INST_0_nordic_nrf_rtc   DT_N_S_soc_S_rtc_4000b000

◆ DT_N_INST_0_nordic_nrf_saadc

#define DT_N_INST_0_nordic_nrf_saadc   DT_N_S_soc_S_adc_40007000

◆ DT_N_INST_0_nordic_nrf_spi

#define DT_N_INST_0_nordic_nrf_spi   DT_N_S_soc_S_spi_40004000

◆ DT_N_INST_0_nordic_nrf_spim

#define DT_N_INST_0_nordic_nrf_spim   DT_N_S_soc_S_spi_4002f000

◆ DT_N_INST_0_nordic_nrf_sw_pwm

#define DT_N_INST_0_nordic_nrf_sw_pwm   DT_N_S_sw_pwm

◆ DT_N_INST_0_nordic_nrf_temp

#define DT_N_INST_0_nordic_nrf_temp   DT_N_S_soc_S_temp_4000c000

◆ DT_N_INST_0_nordic_nrf_timer

#define DT_N_INST_0_nordic_nrf_timer   DT_N_S_soc_S_timer_40008000

◆ DT_N_INST_0_nordic_nrf_twi

#define DT_N_INST_0_nordic_nrf_twi   DT_N_S_soc_S_i2c_40003000

◆ DT_N_INST_0_nordic_nrf_uarte

#define DT_N_INST_0_nordic_nrf_uarte   DT_N_S_soc_S_uart_40002000

◆ DT_N_INST_0_nordic_nrf_uicr

#define DT_N_INST_0_nordic_nrf_uicr   DT_N_S_soc_S_uicr_10001000

◆ DT_N_INST_0_nordic_nrf_usbd

#define DT_N_INST_0_nordic_nrf_usbd   DT_N_S_soc_S_usbd_40027000

◆ DT_N_INST_0_nordic_nrf_watchdog

#define DT_N_INST_0_nordic_nrf_watchdog   DT_N_S_soc_S_watchdog_40010000

◆ DT_N_INST_0_nordic_qspi_nor

#define DT_N_INST_0_nordic_qspi_nor   DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0

◆ DT_N_INST_0_pwm_leds

#define DT_N_INST_0_pwm_leds   DT_N_S_pwmleds

◆ DT_N_INST_0_simple_bus

#define DT_N_INST_0_simple_bus   DT_N_S_soc

◆ DT_N_INST_0_soc_nv_flash

#define DT_N_INST_0_soc_nv_flash   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0

◆ DT_N_INST_1_nordic_nrf_egu

#define DT_N_INST_1_nordic_nrf_egu   DT_N_S_soc_S_egu_40015000

◆ DT_N_INST_1_nordic_nrf_gpio

#define DT_N_INST_1_nordic_nrf_gpio   DT_N_S_soc_S_gpio_50000300

◆ DT_N_INST_1_nordic_nrf_pwm

#define DT_N_INST_1_nordic_nrf_pwm   DT_N_S_soc_S_pwm_40021000

◆ DT_N_INST_1_nordic_nrf_rtc

#define DT_N_INST_1_nordic_nrf_rtc   DT_N_S_soc_S_rtc_40011000

◆ DT_N_INST_1_nordic_nrf_spi

#define DT_N_INST_1_nordic_nrf_spi   DT_N_S_soc_S_spi_40003000

◆ DT_N_INST_1_nordic_nrf_timer

#define DT_N_INST_1_nordic_nrf_timer   DT_N_S_soc_S_timer_40009000

◆ DT_N_INST_1_nordic_nrf_twi

#define DT_N_INST_1_nordic_nrf_twi   DT_N_S_soc_S_i2c_40004000

◆ DT_N_INST_1_nordic_nrf_uarte

#define DT_N_INST_1_nordic_nrf_uarte   DT_N_S_soc_S_uart_40028000

◆ DT_N_INST_2_nordic_nrf_egu

#define DT_N_INST_2_nordic_nrf_egu   DT_N_S_soc_S_egu_40016000

◆ DT_N_INST_2_nordic_nrf_pwm

#define DT_N_INST_2_nordic_nrf_pwm   DT_N_S_soc_S_pwm_40022000

◆ DT_N_INST_2_nordic_nrf_rtc

#define DT_N_INST_2_nordic_nrf_rtc   DT_N_S_soc_S_rtc_40024000

◆ DT_N_INST_2_nordic_nrf_spi

#define DT_N_INST_2_nordic_nrf_spi   DT_N_S_soc_S_spi_40023000

◆ DT_N_INST_2_nordic_nrf_timer

#define DT_N_INST_2_nordic_nrf_timer   DT_N_S_soc_S_timer_4000a000

◆ DT_N_INST_3_nordic_nrf_egu

#define DT_N_INST_3_nordic_nrf_egu   DT_N_S_soc_S_egu_40017000

◆ DT_N_INST_3_nordic_nrf_pwm

#define DT_N_INST_3_nordic_nrf_pwm   DT_N_S_soc_S_pwm_4002d000

◆ DT_N_INST_3_nordic_nrf_timer

#define DT_N_INST_3_nordic_nrf_timer   DT_N_S_soc_S_timer_4001a000

◆ DT_N_INST_4_nordic_nrf_egu

#define DT_N_INST_4_nordic_nrf_egu   DT_N_S_soc_S_egu_40018000

◆ DT_N_INST_4_nordic_nrf_timer

#define DT_N_INST_4_nordic_nrf_timer   DT_N_S_soc_S_timer_4001b000

◆ DT_N_INST_5_nordic_nrf_egu

#define DT_N_INST_5_nordic_nrf_egu   DT_N_S_soc_S_egu_40019000

◆ DT_N_INST_arduino_header_r3_NUM_OKAY

#define DT_N_INST_arduino_header_r3_NUM_OKAY   1

◆ DT_N_INST_arduino_uno_adc_NUM_OKAY

#define DT_N_INST_arduino_uno_adc_NUM_OKAY   1

◆ DT_N_INST_arm_cortex_m4f_NUM_OKAY

#define DT_N_INST_arm_cortex_m4f_NUM_OKAY   1

◆ DT_N_INST_arm_cryptocell_310_NUM_OKAY

#define DT_N_INST_arm_cryptocell_310_NUM_OKAY   1

◆ DT_N_INST_arm_v7m_nvic_NUM_OKAY

#define DT_N_INST_arm_v7m_nvic_NUM_OKAY   1

◆ DT_N_INST_fixed_partitions_NUM_OKAY

#define DT_N_INST_fixed_partitions_NUM_OKAY   1

◆ DT_N_INST_gpio_keys_NUM_OKAY

#define DT_N_INST_gpio_keys_NUM_OKAY   1

◆ DT_N_INST_gpio_leds_NUM_OKAY

#define DT_N_INST_gpio_leds_NUM_OKAY   1

◆ DT_N_INST_mmio_sram_NUM_OKAY

#define DT_N_INST_mmio_sram_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf52840_dk_nrf52840_NUM_OKAY

#define DT_N_INST_nordic_nrf52840_dk_nrf52840_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf52840_NUM_OKAY

#define DT_N_INST_nordic_nrf52840_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf52840_qiaa_NUM_OKAY

#define DT_N_INST_nordic_nrf52840_qiaa_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf52_flash_controller_NUM_OKAY

#define DT_N_INST_nordic_nrf52_flash_controller_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf52_NUM_OKAY

#define DT_N_INST_nordic_nrf52_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_cc310_NUM_OKAY

#define DT_N_INST_nordic_nrf_cc310_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_clock_NUM_OKAY

#define DT_N_INST_nordic_nrf_clock_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_ecb_NUM_OKAY

#define DT_N_INST_nordic_nrf_ecb_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_egu_NUM_OKAY

#define DT_N_INST_nordic_nrf_egu_NUM_OKAY   6

◆ DT_N_INST_nordic_nrf_ficr_NUM_OKAY

#define DT_N_INST_nordic_nrf_ficr_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_gpio_NUM_OKAY

#define DT_N_INST_nordic_nrf_gpio_NUM_OKAY   2

◆ DT_N_INST_nordic_nrf_gpiote_NUM_OKAY

#define DT_N_INST_nordic_nrf_gpiote_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_pinctrl_NUM_OKAY

#define DT_N_INST_nordic_nrf_pinctrl_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_pwm_NUM_OKAY

#define DT_N_INST_nordic_nrf_pwm_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_qspi_NUM_OKAY

#define DT_N_INST_nordic_nrf_qspi_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_radio_NUM_OKAY

#define DT_N_INST_nordic_nrf_radio_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_rng_NUM_OKAY

#define DT_N_INST_nordic_nrf_rng_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_rtc_NUM_OKAY

#define DT_N_INST_nordic_nrf_rtc_NUM_OKAY   3

◆ DT_N_INST_nordic_nrf_saadc_NUM_OKAY

#define DT_N_INST_nordic_nrf_saadc_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_spi_NUM_OKAY

#define DT_N_INST_nordic_nrf_spi_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_spim_NUM_OKAY

#define DT_N_INST_nordic_nrf_spim_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_temp_NUM_OKAY

#define DT_N_INST_nordic_nrf_temp_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_timer_NUM_OKAY

#define DT_N_INST_nordic_nrf_timer_NUM_OKAY   5

◆ DT_N_INST_nordic_nrf_twi_NUM_OKAY

#define DT_N_INST_nordic_nrf_twi_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_uarte_NUM_OKAY

#define DT_N_INST_nordic_nrf_uarte_NUM_OKAY   2

◆ DT_N_INST_nordic_nrf_uicr_NUM_OKAY

#define DT_N_INST_nordic_nrf_uicr_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_usbd_NUM_OKAY

#define DT_N_INST_nordic_nrf_usbd_NUM_OKAY   1

◆ DT_N_INST_nordic_nrf_watchdog_NUM_OKAY

#define DT_N_INST_nordic_nrf_watchdog_NUM_OKAY   1

◆ DT_N_INST_nordic_qspi_nor_NUM_OKAY

#define DT_N_INST_nordic_qspi_nor_NUM_OKAY   1

◆ DT_N_INST_pwm_leds_NUM_OKAY

#define DT_N_INST_pwm_leds_NUM_OKAY   1

◆ DT_N_INST_simple_bus_NUM_OKAY

#define DT_N_INST_simple_bus_NUM_OKAY   1

◆ DT_N_INST_soc_nv_flash_NUM_OKAY

#define DT_N_INST_soc_nv_flash_NUM_OKAY   1

◆ DT_N_IRQ_NUM

#define DT_N_IRQ_NUM   0

◆ DT_N_NODELABEL_adc

#define DT_N_NODELABEL_adc   DT_N_S_soc_S_adc_40007000

◆ DT_N_NODELABEL_arduino_adc

#define DT_N_NODELABEL_arduino_adc   DT_N_S_analog_connector

◆ DT_N_NODELABEL_arduino_header

#define DT_N_NODELABEL_arduino_header   DT_N_S_connector

◆ DT_N_NODELABEL_arduino_i2c

#define DT_N_NODELABEL_arduino_i2c   DT_N_S_soc_S_i2c_40003000

◆ DT_N_NODELABEL_arduino_serial

#define DT_N_NODELABEL_arduino_serial   DT_N_S_soc_S_uart_40028000

◆ DT_N_NODELABEL_arduino_spi

#define DT_N_NODELABEL_arduino_spi   DT_N_S_soc_S_spi_4002f000

◆ DT_N_NODELABEL_boot_partition

#define DT_N_NODELABEL_boot_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0

◆ DT_N_NODELABEL_button0

#define DT_N_NODELABEL_button0   DT_N_S_buttons_S_button_0

◆ DT_N_NODELABEL_button1

#define DT_N_NODELABEL_button1   DT_N_S_buttons_S_button_1

◆ DT_N_NODELABEL_button2

#define DT_N_NODELABEL_button2   DT_N_S_buttons_S_button_2

◆ DT_N_NODELABEL_button3

#define DT_N_NODELABEL_button3   DT_N_S_buttons_S_button_3

◆ DT_N_NODELABEL_clock

#define DT_N_NODELABEL_clock   DT_N_S_soc_S_clock_40000000

◆ DT_N_NODELABEL_cryptocell

#define DT_N_NODELABEL_cryptocell   DT_N_S_soc_S_crypto_5002a000

◆ DT_N_NODELABEL_cryptocell310

#define DT_N_NODELABEL_cryptocell310   DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000

◆ DT_N_NODELABEL_ecb

#define DT_N_NODELABEL_ecb   DT_N_S_soc_S_ecb_4000e000

◆ DT_N_NODELABEL_egu0

#define DT_N_NODELABEL_egu0   DT_N_S_soc_S_egu_40014000

◆ DT_N_NODELABEL_egu1

#define DT_N_NODELABEL_egu1   DT_N_S_soc_S_egu_40015000

◆ DT_N_NODELABEL_egu2

#define DT_N_NODELABEL_egu2   DT_N_S_soc_S_egu_40016000

◆ DT_N_NODELABEL_egu3

#define DT_N_NODELABEL_egu3   DT_N_S_soc_S_egu_40017000

◆ DT_N_NODELABEL_egu4

#define DT_N_NODELABEL_egu4   DT_N_S_soc_S_egu_40018000

◆ DT_N_NODELABEL_egu5

#define DT_N_NODELABEL_egu5   DT_N_S_soc_S_egu_40019000

◆ DT_N_NODELABEL_ficr

#define DT_N_NODELABEL_ficr   DT_N_S_soc_S_ficr_10000000

◆ DT_N_NODELABEL_flash0

#define DT_N_NODELABEL_flash0   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0

◆ DT_N_NODELABEL_flash_controller

#define DT_N_NODELABEL_flash_controller   DT_N_S_soc_S_flash_controller_4001e000

◆ DT_N_NODELABEL_gpio0

#define DT_N_NODELABEL_gpio0   DT_N_S_soc_S_gpio_50000000

◆ DT_N_NODELABEL_gpio1

#define DT_N_NODELABEL_gpio1   DT_N_S_soc_S_gpio_50000300

◆ DT_N_NODELABEL_gpiote

#define DT_N_NODELABEL_gpiote   DT_N_S_soc_S_gpiote_40006000

◆ DT_N_NODELABEL_i2c0

#define DT_N_NODELABEL_i2c0   DT_N_S_soc_S_i2c_40003000

◆ DT_N_NODELABEL_i2c1

#define DT_N_NODELABEL_i2c1   DT_N_S_soc_S_i2c_40004000

◆ DT_N_NODELABEL_i2s0

#define DT_N_NODELABEL_i2s0   DT_N_S_soc_S_i2s_40025000

◆ DT_N_NODELABEL_led0

#define DT_N_NODELABEL_led0   DT_N_S_leds_S_led_0

◆ DT_N_NODELABEL_led1

#define DT_N_NODELABEL_led1   DT_N_S_leds_S_led_1

◆ DT_N_NODELABEL_led2

#define DT_N_NODELABEL_led2   DT_N_S_leds_S_led_2

◆ DT_N_NODELABEL_led3

#define DT_N_NODELABEL_led3   DT_N_S_leds_S_led_3

◆ DT_N_NODELABEL_mx25r64

#define DT_N_NODELABEL_mx25r64   DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0

◆ DT_N_NODELABEL_nvic

#define DT_N_NODELABEL_nvic   DT_N_S_soc_S_interrupt_controller_e000e100

◆ DT_N_NODELABEL_pdm0

#define DT_N_NODELABEL_pdm0   DT_N_S_soc_S_pdm_4001d000

◆ DT_N_NODELABEL_pinctrl

#define DT_N_NODELABEL_pinctrl   DT_N_S_pin_controller

◆ DT_N_NODELABEL_pwm0

#define DT_N_NODELABEL_pwm0   DT_N_S_soc_S_pwm_4001c000

◆ DT_N_NODELABEL_pwm1

#define DT_N_NODELABEL_pwm1   DT_N_S_soc_S_pwm_40021000

◆ DT_N_NODELABEL_pwm2

#define DT_N_NODELABEL_pwm2   DT_N_S_soc_S_pwm_40022000

◆ DT_N_NODELABEL_pwm3

#define DT_N_NODELABEL_pwm3   DT_N_S_soc_S_pwm_4002d000

◆ DT_N_NODELABEL_pwm_led0

#define DT_N_NODELABEL_pwm_led0   DT_N_S_pwmleds_S_pwm_led_0

◆ DT_N_NODELABEL_pwm_led1

#define DT_N_NODELABEL_pwm_led1   DT_N_S_pwmleds_S_pwm_led_1

◆ DT_N_NODELABEL_qdec

#define DT_N_NODELABEL_qdec   DT_N_S_soc_S_qdec_40012000

◆ DT_N_NODELABEL_qspi

#define DT_N_NODELABEL_qspi   DT_N_S_soc_S_qspi_40029000

◆ DT_N_NODELABEL_radio

#define DT_N_NODELABEL_radio   DT_N_S_soc_S_radio_40001000

◆ DT_N_NODELABEL_rng

#define DT_N_NODELABEL_rng   DT_N_S_soc_S_random_4000d000

◆ DT_N_NODELABEL_rtc0

#define DT_N_NODELABEL_rtc0   DT_N_S_soc_S_rtc_4000b000

◆ DT_N_NODELABEL_rtc1

#define DT_N_NODELABEL_rtc1   DT_N_S_soc_S_rtc_40011000

◆ DT_N_NODELABEL_rtc2

#define DT_N_NODELABEL_rtc2   DT_N_S_soc_S_rtc_40024000

◆ DT_N_NODELABEL_scratch_partition

#define DT_N_NODELABEL_scratch_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000

◆ DT_N_NODELABEL_slot0_partition

#define DT_N_NODELABEL_slot0_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000

◆ DT_N_NODELABEL_slot1_partition

#define DT_N_NODELABEL_slot1_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000

◆ DT_N_NODELABEL_spi0

#define DT_N_NODELABEL_spi0   DT_N_S_soc_S_spi_40003000

◆ DT_N_NODELABEL_spi1

#define DT_N_NODELABEL_spi1   DT_N_S_soc_S_spi_40004000

◆ DT_N_NODELABEL_spi2

#define DT_N_NODELABEL_spi2   DT_N_S_soc_S_spi_40023000

◆ DT_N_NODELABEL_spi3

#define DT_N_NODELABEL_spi3   DT_N_S_soc_S_spi_4002f000

◆ DT_N_NODELABEL_sram0

#define DT_N_NODELABEL_sram0   DT_N_S_soc_S_memory_20000000

◆ DT_N_NODELABEL_storage_partition

#define DT_N_NODELABEL_storage_partition   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000

◆ DT_N_NODELABEL_sw_pwm

#define DT_N_NODELABEL_sw_pwm   DT_N_S_sw_pwm

◆ DT_N_NODELABEL_systick

#define DT_N_NODELABEL_systick   DT_N_S_soc_S_timer_e000e010

◆ DT_N_NODELABEL_temp

#define DT_N_NODELABEL_temp   DT_N_S_soc_S_temp_4000c000

◆ DT_N_NODELABEL_timer0

#define DT_N_NODELABEL_timer0   DT_N_S_soc_S_timer_40008000

◆ DT_N_NODELABEL_timer1

#define DT_N_NODELABEL_timer1   DT_N_S_soc_S_timer_40009000

◆ DT_N_NODELABEL_timer2

#define DT_N_NODELABEL_timer2   DT_N_S_soc_S_timer_4000a000

◆ DT_N_NODELABEL_timer3

#define DT_N_NODELABEL_timer3   DT_N_S_soc_S_timer_4001a000

◆ DT_N_NODELABEL_timer4

#define DT_N_NODELABEL_timer4   DT_N_S_soc_S_timer_4001b000

◆ DT_N_NODELABEL_uart0

#define DT_N_NODELABEL_uart0   DT_N_S_soc_S_uart_40002000

◆ DT_N_NODELABEL_uart1

#define DT_N_NODELABEL_uart1   DT_N_S_soc_S_uart_40028000

◆ DT_N_NODELABEL_uicr

#define DT_N_NODELABEL_uicr   DT_N_S_soc_S_uicr_10001000

◆ DT_N_NODELABEL_usbd

#define DT_N_NODELABEL_usbd   DT_N_S_soc_S_usbd_40027000

◆ DT_N_NODELABEL_wdt

#define DT_N_NODELABEL_wdt   DT_N_S_soc_S_watchdog_40010000

◆ DT_N_NODELABEL_wdt0

#define DT_N_NODELABEL_wdt0   DT_N_S_soc_S_watchdog_40010000

◆ DT_N_NODELABEL_zephyr_udc0

#define DT_N_NODELABEL_zephyr_udc0   DT_N_S_soc_S_usbd_40027000

◆ DT_N_ORD

#define DT_N_ORD   0

◆ DT_N_P_compatible

#define DT_N_P_compatible   {"nordic,nrf52840-dk-nrf52840"}

◆ DT_N_P_compatible_EXISTS

#define DT_N_P_compatible_EXISTS   1

◆ DT_N_P_compatible_FOREACH_PROP_ELEM

#define DT_N_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N, compatible, 0)

◆ DT_N_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N, compatible, 0, __VA_ARGS__)

◆ DT_N_P_compatible_IDX_0

#define DT_N_P_compatible_IDX_0   "nordic,nrf52840-dk-nrf52840"

◆ DT_N_P_compatible_IDX_0_EXISTS

#define DT_N_P_compatible_IDX_0_EXISTS   1

◆ DT_N_P_compatible_LEN

#define DT_N_P_compatible_LEN   1

◆ DT_N_PATH

#define DT_N_PATH   "/"

◆ DT_N_PINCTRL_NUM

#define DT_N_PINCTRL_NUM   0

◆ DT_N_RANGES_NUM

#define DT_N_RANGES_NUM   0

◆ DT_N_REG_NUM

#define DT_N_REG_NUM   0

◆ DT_N_REQUIRES_ORDS

#define DT_N_REQUIRES_ORDS   /* nothing */

◆ DT_N_S_aliases_EXISTS

#define DT_N_S_aliases_EXISTS   1

◆ DT_N_S_aliases_FOREACH_CHILD

#define DT_N_S_aliases_FOREACH_CHILD (   fn)

◆ DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_aliases_FOREACH_CHILD_VARGS

#define DT_N_S_aliases_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_aliases_FOREACH_RANGE

#define DT_N_S_aliases_FOREACH_RANGE (   fn)

◆ DT_N_S_aliases_FULL_NAME

#define DT_N_S_aliases_FULL_NAME   "aliases"

◆ DT_N_S_aliases_IRQ_NUM

#define DT_N_S_aliases_IRQ_NUM   0

◆ DT_N_S_aliases_ORD

#define DT_N_S_aliases_ORD   1

◆ DT_N_S_aliases_PARENT

#define DT_N_S_aliases_PARENT   DT_N

◆ DT_N_S_aliases_PATH

#define DT_N_S_aliases_PATH   "/aliases"

◆ DT_N_S_aliases_PINCTRL_NUM

#define DT_N_S_aliases_PINCTRL_NUM   0

◆ DT_N_S_aliases_RANGES_NUM

#define DT_N_S_aliases_RANGES_NUM   0

◆ DT_N_S_aliases_REG_NUM

#define DT_N_S_aliases_REG_NUM   0

◆ DT_N_S_aliases_REQUIRES_ORDS

#define DT_N_S_aliases_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_aliases_STATUS_okay

#define DT_N_S_aliases_STATUS_okay   1

◆ DT_N_S_aliases_SUPPORTS_ORDS

#define DT_N_S_aliases_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_analog_connector_COMPAT_MATCHES_arduino_uno_adc

#define DT_N_S_analog_connector_COMPAT_MATCHES_arduino_uno_adc   1

◆ DT_N_S_analog_connector_EXISTS

#define DT_N_S_analog_connector_EXISTS   1

◆ DT_N_S_analog_connector_FOREACH_CHILD

#define DT_N_S_analog_connector_FOREACH_CHILD (   fn)

◆ DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_analog_connector_FOREACH_CHILD_VARGS

#define DT_N_S_analog_connector_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_analog_connector_FOREACH_RANGE

#define DT_N_S_analog_connector_FOREACH_RANGE (   fn)

◆ DT_N_S_analog_connector_FULL_NAME

#define DT_N_S_analog_connector_FULL_NAME   "analog-connector"

◆ DT_N_S_analog_connector_IRQ_NUM

#define DT_N_S_analog_connector_IRQ_NUM   0

◆ DT_N_S_analog_connector_ORD

#define DT_N_S_analog_connector_ORD   2

◆ DT_N_S_analog_connector_P_compatible

#define DT_N_S_analog_connector_P_compatible   {"arduino,uno-adc"}

◆ DT_N_S_analog_connector_P_compatible_EXISTS

#define DT_N_S_analog_connector_P_compatible_EXISTS   1

◆ DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_analog_connector, compatible, 0)

◆ DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_analog_connector, compatible, 0, __VA_ARGS__)

◆ DT_N_S_analog_connector_P_compatible_IDX_0

#define DT_N_S_analog_connector_P_compatible_IDX_0   "arduino,uno-adc"

◆ DT_N_S_analog_connector_P_compatible_IDX_0_EXISTS

#define DT_N_S_analog_connector_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_analog_connector_P_compatible_LEN

#define DT_N_S_analog_connector_P_compatible_LEN   1

◆ DT_N_S_analog_connector_P_wakeup_source

#define DT_N_S_analog_connector_P_wakeup_source   0

◆ DT_N_S_analog_connector_P_wakeup_source_EXISTS

#define DT_N_S_analog_connector_P_wakeup_source_EXISTS   1

◆ DT_N_S_analog_connector_PARENT

#define DT_N_S_analog_connector_PARENT   DT_N

◆ DT_N_S_analog_connector_PATH

#define DT_N_S_analog_connector_PATH   "/analog-connector"

◆ DT_N_S_analog_connector_PINCTRL_NUM

#define DT_N_S_analog_connector_PINCTRL_NUM   0

◆ DT_N_S_analog_connector_RANGES_NUM

#define DT_N_S_analog_connector_RANGES_NUM   0

◆ DT_N_S_analog_connector_REG_NUM

#define DT_N_S_analog_connector_REG_NUM   0

◆ DT_N_S_analog_connector_REQUIRES_ORDS

#define DT_N_S_analog_connector_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_analog_connector_STATUS_okay

#define DT_N_S_analog_connector_STATUS_okay   1

◆ DT_N_S_analog_connector_SUPPORTS_ORDS

#define DT_N_S_analog_connector_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_buttons_COMPAT_MATCHES_gpio_keys

#define DT_N_S_buttons_COMPAT_MATCHES_gpio_keys   1

◆ DT_N_S_buttons_EXISTS

#define DT_N_S_buttons_EXISTS   1

◆ DT_N_S_buttons_FOREACH_CHILD

#define DT_N_S_buttons_FOREACH_CHILD (   fn)    fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3)

◆ DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3)

◆ DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__)

◆ DT_N_S_buttons_FOREACH_CHILD_VARGS

#define DT_N_S_buttons_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__)

◆ DT_N_S_buttons_FOREACH_RANGE

#define DT_N_S_buttons_FOREACH_RANGE (   fn)

◆ DT_N_S_buttons_FULL_NAME

#define DT_N_S_buttons_FULL_NAME   "buttons"

◆ DT_N_S_buttons_IRQ_NUM

#define DT_N_S_buttons_IRQ_NUM   0

◆ DT_N_S_buttons_ORD

#define DT_N_S_buttons_ORD   10

◆ DT_N_S_buttons_P_compatible

#define DT_N_S_buttons_P_compatible   {"gpio-keys"}

◆ DT_N_S_buttons_P_compatible_EXISTS

#define DT_N_S_buttons_P_compatible_EXISTS   1

◆ DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_buttons, compatible, 0)

◆ DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons, compatible, 0, __VA_ARGS__)

◆ DT_N_S_buttons_P_compatible_IDX_0

#define DT_N_S_buttons_P_compatible_IDX_0   "gpio-keys"

◆ DT_N_S_buttons_P_compatible_IDX_0_EXISTS

#define DT_N_S_buttons_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_buttons_P_compatible_LEN

#define DT_N_S_buttons_P_compatible_LEN   1

◆ DT_N_S_buttons_PARENT

#define DT_N_S_buttons_PARENT   DT_N

◆ DT_N_S_buttons_PATH

#define DT_N_S_buttons_PATH   "/buttons"

◆ DT_N_S_buttons_PINCTRL_NUM

#define DT_N_S_buttons_PINCTRL_NUM   0

◆ DT_N_S_buttons_RANGES_NUM

#define DT_N_S_buttons_RANGES_NUM   0

◆ DT_N_S_buttons_REG_NUM

#define DT_N_S_buttons_REG_NUM   0

◆ DT_N_S_buttons_REQUIRES_ORDS

#define DT_N_S_buttons_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_buttons_S_button_0_EXISTS

#define DT_N_S_buttons_S_button_0_EXISTS   1

◆ DT_N_S_buttons_S_button_0_FOREACH_CHILD

#define DT_N_S_buttons_S_button_0_FOREACH_CHILD (   fn)

◆ DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_0_FOREACH_CHILD_VARGS

#define DT_N_S_buttons_S_button_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_0_FOREACH_RANGE

#define DT_N_S_buttons_S_button_0_FOREACH_RANGE (   fn)

◆ DT_N_S_buttons_S_button_0_FULL_NAME

#define DT_N_S_buttons_S_button_0_FULL_NAME   "button_0"

◆ DT_N_S_buttons_S_button_0_IRQ_NUM

#define DT_N_S_buttons_S_button_0_IRQ_NUM   0

◆ DT_N_S_buttons_S_button_0_ORD

#define DT_N_S_buttons_S_button_0_ORD   12

◆ DT_N_S_buttons_S_button_0_P_gpios_EXISTS

#define DT_N_S_buttons_S_button_0_P_gpios_EXISTS   1

◆ DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_buttons_S_button_0, gpios, 0)

◆ DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_0, gpios, 0, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_EXISTS

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_PH

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags   17

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin   11

◆ DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_buttons_S_button_0_P_gpios_LEN

#define DT_N_S_buttons_S_button_0_P_gpios_LEN   1

◆ DT_N_S_buttons_S_button_0_P_label

#define DT_N_S_buttons_S_button_0_P_label   "Push button switch 0"

◆ DT_N_S_buttons_S_button_0_P_label_EXISTS

#define DT_N_S_buttons_S_button_0_P_label_EXISTS   1

◆ DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_buttons_S_button_0, label, 0) \
fn(DT_N_S_buttons_S_button_0, label, 1) \
fn(DT_N_S_buttons_S_button_0, label, 2) \
fn(DT_N_S_buttons_S_button_0, label, 3) \
fn(DT_N_S_buttons_S_button_0, label, 4) \
fn(DT_N_S_buttons_S_button_0, label, 5) \
fn(DT_N_S_buttons_S_button_0, label, 6) \
fn(DT_N_S_buttons_S_button_0, label, 7) \
fn(DT_N_S_buttons_S_button_0, label, 8) \
fn(DT_N_S_buttons_S_button_0, label, 9) \
fn(DT_N_S_buttons_S_button_0, label, 10) \
fn(DT_N_S_buttons_S_button_0, label, 11) \
fn(DT_N_S_buttons_S_button_0, label, 12) \
fn(DT_N_S_buttons_S_button_0, label, 13) \
fn(DT_N_S_buttons_S_button_0, label, 14) \
fn(DT_N_S_buttons_S_button_0, label, 15) \
fn(DT_N_S_buttons_S_button_0, label, 16) \
fn(DT_N_S_buttons_S_button_0, label, 17) \
fn(DT_N_S_buttons_S_button_0, label, 18) \
fn(DT_N_S_buttons_S_button_0, label, 19)

◆ DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_buttons_S_button_0, label, 0, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 1, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 2, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 3, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 4, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 5, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 6, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 7, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 8, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 9, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 10, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 11, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 12, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 13, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 14, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 15, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 16, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 17, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 18, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_0, label, 19, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_0_P_label_STRING_TOKEN

#define DT_N_S_buttons_S_button_0_P_label_STRING_TOKEN   Push_button_switch_0

◆ DT_N_S_buttons_S_button_0_P_label_STRING_UPPER_TOKEN

#define DT_N_S_buttons_S_button_0_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_0

◆ DT_N_S_buttons_S_button_0_PARENT

#define DT_N_S_buttons_S_button_0_PARENT   DT_N_S_buttons

◆ DT_N_S_buttons_S_button_0_PATH

#define DT_N_S_buttons_S_button_0_PATH   "/buttons/button_0"

◆ DT_N_S_buttons_S_button_0_PINCTRL_NUM

#define DT_N_S_buttons_S_button_0_PINCTRL_NUM   0

◆ DT_N_S_buttons_S_button_0_RANGES_NUM

#define DT_N_S_buttons_S_button_0_RANGES_NUM   0

◆ DT_N_S_buttons_S_button_0_REG_NUM

#define DT_N_S_buttons_S_button_0_REG_NUM   0

◆ DT_N_S_buttons_S_button_0_REQUIRES_ORDS

#define DT_N_S_buttons_S_button_0_REQUIRES_ORDS
Value:
10, /* /buttons */ \
11, /* /soc/gpio@50000000 */

◆ DT_N_S_buttons_S_button_0_STATUS_okay

#define DT_N_S_buttons_S_button_0_STATUS_okay   1

◆ DT_N_S_buttons_S_button_0_SUPPORTS_ORDS

#define DT_N_S_buttons_S_button_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_buttons_S_button_1_EXISTS

#define DT_N_S_buttons_S_button_1_EXISTS   1

◆ DT_N_S_buttons_S_button_1_FOREACH_CHILD

#define DT_N_S_buttons_S_button_1_FOREACH_CHILD (   fn)

◆ DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_1_FOREACH_CHILD_VARGS

#define DT_N_S_buttons_S_button_1_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_1_FOREACH_RANGE

#define DT_N_S_buttons_S_button_1_FOREACH_RANGE (   fn)

◆ DT_N_S_buttons_S_button_1_FULL_NAME

#define DT_N_S_buttons_S_button_1_FULL_NAME   "button_1"

◆ DT_N_S_buttons_S_button_1_IRQ_NUM

#define DT_N_S_buttons_S_button_1_IRQ_NUM   0

◆ DT_N_S_buttons_S_button_1_ORD

#define DT_N_S_buttons_S_button_1_ORD   13

◆ DT_N_S_buttons_S_button_1_P_gpios_EXISTS

#define DT_N_S_buttons_S_button_1_P_gpios_EXISTS   1

◆ DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_buttons_S_button_1, gpios, 0)

◆ DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_1, gpios, 0, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_EXISTS

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_PH

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags   17

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin   12

◆ DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_buttons_S_button_1_P_gpios_LEN

#define DT_N_S_buttons_S_button_1_P_gpios_LEN   1

◆ DT_N_S_buttons_S_button_1_P_label

#define DT_N_S_buttons_S_button_1_P_label   "Push button switch 1"

◆ DT_N_S_buttons_S_button_1_P_label_EXISTS

#define DT_N_S_buttons_S_button_1_P_label_EXISTS   1

◆ DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_buttons_S_button_1, label, 0) \
fn(DT_N_S_buttons_S_button_1, label, 1) \
fn(DT_N_S_buttons_S_button_1, label, 2) \
fn(DT_N_S_buttons_S_button_1, label, 3) \
fn(DT_N_S_buttons_S_button_1, label, 4) \
fn(DT_N_S_buttons_S_button_1, label, 5) \
fn(DT_N_S_buttons_S_button_1, label, 6) \
fn(DT_N_S_buttons_S_button_1, label, 7) \
fn(DT_N_S_buttons_S_button_1, label, 8) \
fn(DT_N_S_buttons_S_button_1, label, 9) \
fn(DT_N_S_buttons_S_button_1, label, 10) \
fn(DT_N_S_buttons_S_button_1, label, 11) \
fn(DT_N_S_buttons_S_button_1, label, 12) \
fn(DT_N_S_buttons_S_button_1, label, 13) \
fn(DT_N_S_buttons_S_button_1, label, 14) \
fn(DT_N_S_buttons_S_button_1, label, 15) \
fn(DT_N_S_buttons_S_button_1, label, 16) \
fn(DT_N_S_buttons_S_button_1, label, 17) \
fn(DT_N_S_buttons_S_button_1, label, 18) \
fn(DT_N_S_buttons_S_button_1, label, 19)

◆ DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_buttons_S_button_1, label, 0, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 1, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 2, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 3, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 4, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 5, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 6, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 7, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 8, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 9, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 10, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 11, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 12, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 13, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 14, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 15, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 16, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 17, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 18, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_1, label, 19, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_1_P_label_STRING_TOKEN

#define DT_N_S_buttons_S_button_1_P_label_STRING_TOKEN   Push_button_switch_1

◆ DT_N_S_buttons_S_button_1_P_label_STRING_UPPER_TOKEN

#define DT_N_S_buttons_S_button_1_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_1

◆ DT_N_S_buttons_S_button_1_PARENT

#define DT_N_S_buttons_S_button_1_PARENT   DT_N_S_buttons

◆ DT_N_S_buttons_S_button_1_PATH

#define DT_N_S_buttons_S_button_1_PATH   "/buttons/button_1"

◆ DT_N_S_buttons_S_button_1_PINCTRL_NUM

#define DT_N_S_buttons_S_button_1_PINCTRL_NUM   0

◆ DT_N_S_buttons_S_button_1_RANGES_NUM

#define DT_N_S_buttons_S_button_1_RANGES_NUM   0

◆ DT_N_S_buttons_S_button_1_REG_NUM

#define DT_N_S_buttons_S_button_1_REG_NUM   0

◆ DT_N_S_buttons_S_button_1_REQUIRES_ORDS

#define DT_N_S_buttons_S_button_1_REQUIRES_ORDS
Value:
10, /* /buttons */ \
11, /* /soc/gpio@50000000 */

◆ DT_N_S_buttons_S_button_1_STATUS_okay

#define DT_N_S_buttons_S_button_1_STATUS_okay   1

◆ DT_N_S_buttons_S_button_1_SUPPORTS_ORDS

#define DT_N_S_buttons_S_button_1_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_buttons_S_button_2_EXISTS

#define DT_N_S_buttons_S_button_2_EXISTS   1

◆ DT_N_S_buttons_S_button_2_FOREACH_CHILD

#define DT_N_S_buttons_S_button_2_FOREACH_CHILD (   fn)

◆ DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_2_FOREACH_CHILD_VARGS

#define DT_N_S_buttons_S_button_2_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_2_FOREACH_RANGE

#define DT_N_S_buttons_S_button_2_FOREACH_RANGE (   fn)

◆ DT_N_S_buttons_S_button_2_FULL_NAME

#define DT_N_S_buttons_S_button_2_FULL_NAME   "button_2"

◆ DT_N_S_buttons_S_button_2_IRQ_NUM

#define DT_N_S_buttons_S_button_2_IRQ_NUM   0

◆ DT_N_S_buttons_S_button_2_ORD

#define DT_N_S_buttons_S_button_2_ORD   14

◆ DT_N_S_buttons_S_button_2_P_gpios_EXISTS

#define DT_N_S_buttons_S_button_2_P_gpios_EXISTS   1

◆ DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_buttons_S_button_2, gpios, 0)

◆ DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_2, gpios, 0, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_EXISTS

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_PH

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags   17

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin   24

◆ DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_buttons_S_button_2_P_gpios_LEN

#define DT_N_S_buttons_S_button_2_P_gpios_LEN   1

◆ DT_N_S_buttons_S_button_2_P_label

#define DT_N_S_buttons_S_button_2_P_label   "Push button switch 2"

◆ DT_N_S_buttons_S_button_2_P_label_EXISTS

#define DT_N_S_buttons_S_button_2_P_label_EXISTS   1

◆ DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_buttons_S_button_2, label, 0) \
fn(DT_N_S_buttons_S_button_2, label, 1) \
fn(DT_N_S_buttons_S_button_2, label, 2) \
fn(DT_N_S_buttons_S_button_2, label, 3) \
fn(DT_N_S_buttons_S_button_2, label, 4) \
fn(DT_N_S_buttons_S_button_2, label, 5) \
fn(DT_N_S_buttons_S_button_2, label, 6) \
fn(DT_N_S_buttons_S_button_2, label, 7) \
fn(DT_N_S_buttons_S_button_2, label, 8) \
fn(DT_N_S_buttons_S_button_2, label, 9) \
fn(DT_N_S_buttons_S_button_2, label, 10) \
fn(DT_N_S_buttons_S_button_2, label, 11) \
fn(DT_N_S_buttons_S_button_2, label, 12) \
fn(DT_N_S_buttons_S_button_2, label, 13) \
fn(DT_N_S_buttons_S_button_2, label, 14) \
fn(DT_N_S_buttons_S_button_2, label, 15) \
fn(DT_N_S_buttons_S_button_2, label, 16) \
fn(DT_N_S_buttons_S_button_2, label, 17) \
fn(DT_N_S_buttons_S_button_2, label, 18) \
fn(DT_N_S_buttons_S_button_2, label, 19)

◆ DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_buttons_S_button_2, label, 0, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 1, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 2, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 3, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 4, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 5, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 6, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 7, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 8, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 9, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 10, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 11, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 12, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 13, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 14, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 15, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 16, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 17, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 18, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_2, label, 19, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_2_P_label_STRING_TOKEN

#define DT_N_S_buttons_S_button_2_P_label_STRING_TOKEN   Push_button_switch_2

◆ DT_N_S_buttons_S_button_2_P_label_STRING_UPPER_TOKEN

#define DT_N_S_buttons_S_button_2_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_2

◆ DT_N_S_buttons_S_button_2_PARENT

#define DT_N_S_buttons_S_button_2_PARENT   DT_N_S_buttons

◆ DT_N_S_buttons_S_button_2_PATH

#define DT_N_S_buttons_S_button_2_PATH   "/buttons/button_2"

◆ DT_N_S_buttons_S_button_2_PINCTRL_NUM

#define DT_N_S_buttons_S_button_2_PINCTRL_NUM   0

◆ DT_N_S_buttons_S_button_2_RANGES_NUM

#define DT_N_S_buttons_S_button_2_RANGES_NUM   0

◆ DT_N_S_buttons_S_button_2_REG_NUM

#define DT_N_S_buttons_S_button_2_REG_NUM   0

◆ DT_N_S_buttons_S_button_2_REQUIRES_ORDS

#define DT_N_S_buttons_S_button_2_REQUIRES_ORDS
Value:
10, /* /buttons */ \
11, /* /soc/gpio@50000000 */

◆ DT_N_S_buttons_S_button_2_STATUS_okay

#define DT_N_S_buttons_S_button_2_STATUS_okay   1

◆ DT_N_S_buttons_S_button_2_SUPPORTS_ORDS

#define DT_N_S_buttons_S_button_2_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_buttons_S_button_3_EXISTS

#define DT_N_S_buttons_S_button_3_EXISTS   1

◆ DT_N_S_buttons_S_button_3_FOREACH_CHILD

#define DT_N_S_buttons_S_button_3_FOREACH_CHILD (   fn)

◆ DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_3_FOREACH_CHILD_VARGS

#define DT_N_S_buttons_S_button_3_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_buttons_S_button_3_FOREACH_RANGE

#define DT_N_S_buttons_S_button_3_FOREACH_RANGE (   fn)

◆ DT_N_S_buttons_S_button_3_FULL_NAME

#define DT_N_S_buttons_S_button_3_FULL_NAME   "button_3"

◆ DT_N_S_buttons_S_button_3_IRQ_NUM

#define DT_N_S_buttons_S_button_3_IRQ_NUM   0

◆ DT_N_S_buttons_S_button_3_ORD

#define DT_N_S_buttons_S_button_3_ORD   15

◆ DT_N_S_buttons_S_button_3_P_gpios_EXISTS

#define DT_N_S_buttons_S_button_3_P_gpios_EXISTS   1

◆ DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_buttons_S_button_3, gpios, 0)

◆ DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_buttons_S_button_3, gpios, 0, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_EXISTS

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_PH

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags   17

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin   25

◆ DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_buttons_S_button_3_P_gpios_LEN

#define DT_N_S_buttons_S_button_3_P_gpios_LEN   1

◆ DT_N_S_buttons_S_button_3_P_label

#define DT_N_S_buttons_S_button_3_P_label   "Push button switch 3"

◆ DT_N_S_buttons_S_button_3_P_label_EXISTS

#define DT_N_S_buttons_S_button_3_P_label_EXISTS   1

◆ DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM

#define DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_buttons_S_button_3, label, 0) \
fn(DT_N_S_buttons_S_button_3, label, 1) \
fn(DT_N_S_buttons_S_button_3, label, 2) \
fn(DT_N_S_buttons_S_button_3, label, 3) \
fn(DT_N_S_buttons_S_button_3, label, 4) \
fn(DT_N_S_buttons_S_button_3, label, 5) \
fn(DT_N_S_buttons_S_button_3, label, 6) \
fn(DT_N_S_buttons_S_button_3, label, 7) \
fn(DT_N_S_buttons_S_button_3, label, 8) \
fn(DT_N_S_buttons_S_button_3, label, 9) \
fn(DT_N_S_buttons_S_button_3, label, 10) \
fn(DT_N_S_buttons_S_button_3, label, 11) \
fn(DT_N_S_buttons_S_button_3, label, 12) \
fn(DT_N_S_buttons_S_button_3, label, 13) \
fn(DT_N_S_buttons_S_button_3, label, 14) \
fn(DT_N_S_buttons_S_button_3, label, 15) \
fn(DT_N_S_buttons_S_button_3, label, 16) \
fn(DT_N_S_buttons_S_button_3, label, 17) \
fn(DT_N_S_buttons_S_button_3, label, 18) \
fn(DT_N_S_buttons_S_button_3, label, 19)

◆ DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_buttons_S_button_3, label, 0, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 1, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 2, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 3, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 4, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 5, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 6, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 7, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 8, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 9, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 10, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 11, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 12, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 13, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 14, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 15, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 16, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 17, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 18, __VA_ARGS__) \
fn(DT_N_S_buttons_S_button_3, label, 19, __VA_ARGS__)

◆ DT_N_S_buttons_S_button_3_P_label_STRING_TOKEN

#define DT_N_S_buttons_S_button_3_P_label_STRING_TOKEN   Push_button_switch_3

◆ DT_N_S_buttons_S_button_3_P_label_STRING_UPPER_TOKEN

#define DT_N_S_buttons_S_button_3_P_label_STRING_UPPER_TOKEN   PUSH_BUTTON_SWITCH_3

◆ DT_N_S_buttons_S_button_3_PARENT

#define DT_N_S_buttons_S_button_3_PARENT   DT_N_S_buttons

◆ DT_N_S_buttons_S_button_3_PATH

#define DT_N_S_buttons_S_button_3_PATH   "/buttons/button_3"

◆ DT_N_S_buttons_S_button_3_PINCTRL_NUM

#define DT_N_S_buttons_S_button_3_PINCTRL_NUM   0

◆ DT_N_S_buttons_S_button_3_RANGES_NUM

#define DT_N_S_buttons_S_button_3_RANGES_NUM   0

◆ DT_N_S_buttons_S_button_3_REG_NUM

#define DT_N_S_buttons_S_button_3_REG_NUM   0

◆ DT_N_S_buttons_S_button_3_REQUIRES_ORDS

#define DT_N_S_buttons_S_button_3_REQUIRES_ORDS
Value:
10, /* /buttons */ \
11, /* /soc/gpio@50000000 */

◆ DT_N_S_buttons_S_button_3_STATUS_okay

#define DT_N_S_buttons_S_button_3_STATUS_okay   1

◆ DT_N_S_buttons_S_button_3_SUPPORTS_ORDS

#define DT_N_S_buttons_S_button_3_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_buttons_STATUS_okay

#define DT_N_S_buttons_STATUS_okay   1

◆ DT_N_S_buttons_SUPPORTS_ORDS

#define DT_N_S_buttons_SUPPORTS_ORDS
Value:
12, /* /buttons/button_0 */ \
13, /* /buttons/button_1 */ \
14, /* /buttons/button_2 */ \
15, /* /buttons/button_3 */

◆ DT_N_S_chosen_EXISTS

#define DT_N_S_chosen_EXISTS   1

◆ DT_N_S_chosen_FOREACH_CHILD

#define DT_N_S_chosen_FOREACH_CHILD (   fn)

◆ DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_chosen_FOREACH_CHILD_VARGS

#define DT_N_S_chosen_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_chosen_FOREACH_RANGE

#define DT_N_S_chosen_FOREACH_RANGE (   fn)

◆ DT_N_S_chosen_FULL_NAME

#define DT_N_S_chosen_FULL_NAME   "chosen"

◆ DT_N_S_chosen_IRQ_NUM

#define DT_N_S_chosen_IRQ_NUM   0

◆ DT_N_S_chosen_ORD

#define DT_N_S_chosen_ORD   3

◆ DT_N_S_chosen_PARENT

#define DT_N_S_chosen_PARENT   DT_N

◆ DT_N_S_chosen_PATH

#define DT_N_S_chosen_PATH   "/chosen"

◆ DT_N_S_chosen_PINCTRL_NUM

#define DT_N_S_chosen_PINCTRL_NUM   0

◆ DT_N_S_chosen_RANGES_NUM

#define DT_N_S_chosen_RANGES_NUM   0

◆ DT_N_S_chosen_REG_NUM

#define DT_N_S_chosen_REG_NUM   0

◆ DT_N_S_chosen_REQUIRES_ORDS

#define DT_N_S_chosen_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_chosen_STATUS_okay

#define DT_N_S_chosen_STATUS_okay   1

◆ DT_N_S_chosen_SUPPORTS_ORDS

#define DT_N_S_chosen_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_connector_COMPAT_MATCHES_arduino_header_r3

#define DT_N_S_connector_COMPAT_MATCHES_arduino_header_r3   1

◆ DT_N_S_connector_EXISTS

#define DT_N_S_connector_EXISTS   1

◆ DT_N_S_connector_FOREACH_CHILD

#define DT_N_S_connector_FOREACH_CHILD (   fn)

◆ DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_connector_FOREACH_CHILD_VARGS

#define DT_N_S_connector_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_connector_FOREACH_RANGE

#define DT_N_S_connector_FOREACH_RANGE (   fn)

◆ DT_N_S_connector_FULL_NAME

#define DT_N_S_connector_FULL_NAME   "connector"

◆ DT_N_S_connector_IRQ_NUM

#define DT_N_S_connector_IRQ_NUM   0

◆ DT_N_S_connector_ORD

#define DT_N_S_connector_ORD   4

◆ DT_N_S_connector_P_compatible

#define DT_N_S_connector_P_compatible   {"arduino-header-r3"}

◆ DT_N_S_connector_P_compatible_EXISTS

#define DT_N_S_connector_P_compatible_EXISTS   1

◆ DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_connector, compatible, 0)

◆ DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_connector, compatible, 0, __VA_ARGS__)

◆ DT_N_S_connector_P_compatible_IDX_0

#define DT_N_S_connector_P_compatible_IDX_0   "arduino-header-r3"

◆ DT_N_S_connector_P_compatible_IDX_0_EXISTS

#define DT_N_S_connector_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_connector_P_compatible_LEN

#define DT_N_S_connector_P_compatible_LEN   1

◆ DT_N_S_connector_P_wakeup_source

#define DT_N_S_connector_P_wakeup_source   0

◆ DT_N_S_connector_P_wakeup_source_EXISTS

#define DT_N_S_connector_P_wakeup_source_EXISTS   1

◆ DT_N_S_connector_PARENT

#define DT_N_S_connector_PARENT   DT_N

◆ DT_N_S_connector_PATH

#define DT_N_S_connector_PATH   "/connector"

◆ DT_N_S_connector_PINCTRL_NUM

#define DT_N_S_connector_PINCTRL_NUM   0

◆ DT_N_S_connector_RANGES_NUM

#define DT_N_S_connector_RANGES_NUM   0

◆ DT_N_S_connector_REG_NUM

#define DT_N_S_connector_REG_NUM   0

◆ DT_N_S_connector_REQUIRES_ORDS

#define DT_N_S_connector_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_connector_STATUS_okay

#define DT_N_S_connector_STATUS_okay   1

◆ DT_N_S_connector_SUPPORTS_ORDS

#define DT_N_S_connector_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_cpus_EXISTS

#define DT_N_S_cpus_EXISTS   1

◆ DT_N_S_cpus_FOREACH_CHILD

#define DT_N_S_cpus_FOREACH_CHILD (   fn)    fn(DT_N_S_cpus_S_cpu_0)

◆ DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_cpus_S_cpu_0)

◆ DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)

◆ DT_N_S_cpus_FOREACH_CHILD_VARGS

#define DT_N_S_cpus_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)

◆ DT_N_S_cpus_FOREACH_RANGE

#define DT_N_S_cpus_FOREACH_RANGE (   fn)

◆ DT_N_S_cpus_FULL_NAME

#define DT_N_S_cpus_FULL_NAME   "cpus"

◆ DT_N_S_cpus_IRQ_NUM

#define DT_N_S_cpus_IRQ_NUM   0

◆ DT_N_S_cpus_ORD

#define DT_N_S_cpus_ORD   16

◆ DT_N_S_cpus_PARENT

#define DT_N_S_cpus_PARENT   DT_N

◆ DT_N_S_cpus_PATH

#define DT_N_S_cpus_PATH   "/cpus"

◆ DT_N_S_cpus_PINCTRL_NUM

#define DT_N_S_cpus_PINCTRL_NUM   0

◆ DT_N_S_cpus_RANGES_NUM

#define DT_N_S_cpus_RANGES_NUM   0

◆ DT_N_S_cpus_REG_NUM

#define DT_N_S_cpus_REG_NUM   0

◆ DT_N_S_cpus_REQUIRES_ORDS

#define DT_N_S_cpus_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_cpus_S_cpu_0_COMPAT_MATCHES_arm_cortex_m4f

#define DT_N_S_cpus_S_cpu_0_COMPAT_MATCHES_arm_cortex_m4f   1

◆ DT_N_S_cpus_S_cpu_0_EXISTS

#define DT_N_S_cpus_S_cpu_0_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_FOREACH_CHILD

#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD (   fn)

◆ DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_VARGS

#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_cpus_S_cpu_0_FOREACH_RANGE

#define DT_N_S_cpus_S_cpu_0_FOREACH_RANGE (   fn)

◆ DT_N_S_cpus_S_cpu_0_FULL_NAME

#define DT_N_S_cpus_S_cpu_0_FULL_NAME   "cpu@0"

◆ DT_N_S_cpus_S_cpu_0_IRQ_NUM

#define DT_N_S_cpus_S_cpu_0_IRQ_NUM   0

◆ DT_N_S_cpus_S_cpu_0_ORD

#define DT_N_S_cpus_S_cpu_0_ORD   17

◆ DT_N_S_cpus_S_cpu_0_P_compatible

#define DT_N_S_cpus_S_cpu_0_P_compatible   {"arm,cortex-m4f"}

◆ DT_N_S_cpus_S_cpu_0_P_compatible_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_compatible_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_cpus_S_cpu_0, compatible, 0)

◆ DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_cpus_S_cpu_0, compatible, 0, __VA_ARGS__)

◆ DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0

#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0   "arm,cortex-m4f"

◆ DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_P_compatible_LEN

#define DT_N_S_cpus_S_cpu_0_P_compatible_LEN   1

◆ DT_N_S_cpus_S_cpu_0_P_reg

#define DT_N_S_cpus_S_cpu_0_P_reg   {0 /* 0x0 */}

◆ DT_N_S_cpus_S_cpu_0_P_reg_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_reg_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_cpus_S_cpu_0, reg, 0)

◆ DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_cpus_S_cpu_0, reg, 0, __VA_ARGS__)

◆ DT_N_S_cpus_S_cpu_0_P_reg_IDX_0

#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0   0

◆ DT_N_S_cpus_S_cpu_0_P_reg_IDX_0_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency

#define DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency   32000000

◆ DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_P_wakeup_source

#define DT_N_S_cpus_S_cpu_0_P_wakeup_source   0

◆ DT_N_S_cpus_S_cpu_0_P_wakeup_source_EXISTS

#define DT_N_S_cpus_S_cpu_0_P_wakeup_source_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_PARENT

#define DT_N_S_cpus_S_cpu_0_PARENT   DT_N_S_cpus

◆ DT_N_S_cpus_S_cpu_0_PATH

#define DT_N_S_cpus_S_cpu_0_PATH   "/cpus/cpu@0"

◆ DT_N_S_cpus_S_cpu_0_PINCTRL_NUM

#define DT_N_S_cpus_S_cpu_0_PINCTRL_NUM   0

◆ DT_N_S_cpus_S_cpu_0_RANGES_NUM

#define DT_N_S_cpus_S_cpu_0_RANGES_NUM   0

◆ DT_N_S_cpus_S_cpu_0_REG_IDX_0_EXISTS

#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_EXISTS   1

◆ DT_N_S_cpus_S_cpu_0_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */

◆ DT_N_S_cpus_S_cpu_0_REG_NUM

#define DT_N_S_cpus_S_cpu_0_REG_NUM   1

◆ DT_N_S_cpus_S_cpu_0_REQUIRES_ORDS

#define DT_N_S_cpus_S_cpu_0_REQUIRES_ORDS    16, /* /cpus */

◆ DT_N_S_cpus_S_cpu_0_STATUS_okay

#define DT_N_S_cpus_S_cpu_0_STATUS_okay   1

◆ DT_N_S_cpus_S_cpu_0_SUPPORTS_ORDS

#define DT_N_S_cpus_S_cpu_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_cpus_STATUS_okay

#define DT_N_S_cpus_STATUS_okay   1

◆ DT_N_S_cpus_SUPPORTS_ORDS

#define DT_N_S_cpus_SUPPORTS_ORDS    17, /* /cpus/cpu@0 */

◆ DT_N_S_leds_COMPAT_MATCHES_gpio_leds

#define DT_N_S_leds_COMPAT_MATCHES_gpio_leds   1

◆ DT_N_S_leds_EXISTS

#define DT_N_S_leds_EXISTS   1

◆ DT_N_S_leds_FOREACH_CHILD

#define DT_N_S_leds_FOREACH_CHILD (   fn)    fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3)

◆ DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3)

◆ DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__)

◆ DT_N_S_leds_FOREACH_CHILD_VARGS

#define DT_N_S_leds_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__)

◆ DT_N_S_leds_FOREACH_RANGE

#define DT_N_S_leds_FOREACH_RANGE (   fn)

◆ DT_N_S_leds_FULL_NAME

#define DT_N_S_leds_FULL_NAME   "leds"

◆ DT_N_S_leds_IRQ_NUM

#define DT_N_S_leds_IRQ_NUM   0

◆ DT_N_S_leds_ORD

#define DT_N_S_leds_ORD   18

◆ DT_N_S_leds_PARENT

#define DT_N_S_leds_PARENT   DT_N

◆ DT_N_S_leds_PATH

#define DT_N_S_leds_PATH   "/leds"

◆ DT_N_S_leds_PINCTRL_NUM

#define DT_N_S_leds_PINCTRL_NUM   0

◆ DT_N_S_leds_RANGES_NUM

#define DT_N_S_leds_RANGES_NUM   0

◆ DT_N_S_leds_REG_NUM

#define DT_N_S_leds_REG_NUM   0

◆ DT_N_S_leds_REQUIRES_ORDS

#define DT_N_S_leds_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_leds_S_led_0_EXISTS

#define DT_N_S_leds_S_led_0_EXISTS   1

◆ DT_N_S_leds_S_led_0_FOREACH_CHILD

#define DT_N_S_leds_S_led_0_FOREACH_CHILD (   fn)

◆ DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_0_FOREACH_CHILD_VARGS

#define DT_N_S_leds_S_led_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_0_FOREACH_RANGE

#define DT_N_S_leds_S_led_0_FOREACH_RANGE (   fn)

◆ DT_N_S_leds_S_led_0_FULL_NAME

#define DT_N_S_leds_S_led_0_FULL_NAME   "led_0"

◆ DT_N_S_leds_S_led_0_IRQ_NUM

#define DT_N_S_leds_S_led_0_IRQ_NUM   0

◆ DT_N_S_leds_S_led_0_ORD

#define DT_N_S_leds_S_led_0_ORD   19

◆ DT_N_S_leds_S_led_0_P_gpios_EXISTS

#define DT_N_S_leds_S_led_0_P_gpios_EXISTS   1

◆ DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_leds_S_led_0, gpios, 0)

◆ DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_0, gpios, 0, __VA_ARGS__)

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_EXISTS

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_PH

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags   1

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin   13

◆ DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_leds_S_led_0_P_gpios_LEN

#define DT_N_S_leds_S_led_0_P_gpios_LEN   1

◆ DT_N_S_leds_S_led_0_P_label

#define DT_N_S_leds_S_led_0_P_label   "Green LED 0"

◆ DT_N_S_leds_S_led_0_P_label_EXISTS

#define DT_N_S_leds_S_led_0_P_label_EXISTS   1

◆ DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_leds_S_led_0, label, 0) \
fn(DT_N_S_leds_S_led_0, label, 1) \
fn(DT_N_S_leds_S_led_0, label, 2) \
fn(DT_N_S_leds_S_led_0, label, 3) \
fn(DT_N_S_leds_S_led_0, label, 4) \
fn(DT_N_S_leds_S_led_0, label, 5) \
fn(DT_N_S_leds_S_led_0, label, 6) \
fn(DT_N_S_leds_S_led_0, label, 7) \
fn(DT_N_S_leds_S_led_0, label, 8) \
fn(DT_N_S_leds_S_led_0, label, 9) \
fn(DT_N_S_leds_S_led_0, label, 10)

◆ DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_leds_S_led_0, label, 0, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 1, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 2, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 3, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 4, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 5, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 6, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 7, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 8, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 9, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_0, label, 10, __VA_ARGS__)

◆ DT_N_S_leds_S_led_0_P_label_STRING_TOKEN

#define DT_N_S_leds_S_led_0_P_label_STRING_TOKEN   Green_LED_0

◆ DT_N_S_leds_S_led_0_P_label_STRING_UPPER_TOKEN

#define DT_N_S_leds_S_led_0_P_label_STRING_UPPER_TOKEN   GREEN_LED_0

◆ DT_N_S_leds_S_led_0_PARENT

#define DT_N_S_leds_S_led_0_PARENT   DT_N_S_leds

◆ DT_N_S_leds_S_led_0_PATH

#define DT_N_S_leds_S_led_0_PATH   "/leds/led_0"

◆ DT_N_S_leds_S_led_0_PINCTRL_NUM

#define DT_N_S_leds_S_led_0_PINCTRL_NUM   0

◆ DT_N_S_leds_S_led_0_RANGES_NUM

#define DT_N_S_leds_S_led_0_RANGES_NUM   0

◆ DT_N_S_leds_S_led_0_REG_NUM

#define DT_N_S_leds_S_led_0_REG_NUM   0

◆ DT_N_S_leds_S_led_0_REQUIRES_ORDS

#define DT_N_S_leds_S_led_0_REQUIRES_ORDS
Value:
11, /* /soc/gpio@50000000 */ \
18, /* /leds */

◆ DT_N_S_leds_S_led_0_STATUS_okay

#define DT_N_S_leds_S_led_0_STATUS_okay   1

◆ DT_N_S_leds_S_led_0_SUPPORTS_ORDS

#define DT_N_S_leds_S_led_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_leds_S_led_1_EXISTS

#define DT_N_S_leds_S_led_1_EXISTS   1

◆ DT_N_S_leds_S_led_1_FOREACH_CHILD

#define DT_N_S_leds_S_led_1_FOREACH_CHILD (   fn)

◆ DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_1_FOREACH_CHILD_VARGS

#define DT_N_S_leds_S_led_1_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_1_FOREACH_RANGE

#define DT_N_S_leds_S_led_1_FOREACH_RANGE (   fn)

◆ DT_N_S_leds_S_led_1_FULL_NAME

#define DT_N_S_leds_S_led_1_FULL_NAME   "led_1"

◆ DT_N_S_leds_S_led_1_IRQ_NUM

#define DT_N_S_leds_S_led_1_IRQ_NUM   0

◆ DT_N_S_leds_S_led_1_ORD

#define DT_N_S_leds_S_led_1_ORD   20

◆ DT_N_S_leds_S_led_1_P_gpios_EXISTS

#define DT_N_S_leds_S_led_1_P_gpios_EXISTS   1

◆ DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_leds_S_led_1, gpios, 0)

◆ DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_1, gpios, 0, __VA_ARGS__)

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_EXISTS

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_PH

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags   1

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin   14

◆ DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_leds_S_led_1_P_gpios_LEN

#define DT_N_S_leds_S_led_1_P_gpios_LEN   1

◆ DT_N_S_leds_S_led_1_P_label

#define DT_N_S_leds_S_led_1_P_label   "Green LED 1"

◆ DT_N_S_leds_S_led_1_P_label_EXISTS

#define DT_N_S_leds_S_led_1_P_label_EXISTS   1

◆ DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_leds_S_led_1, label, 0) \
fn(DT_N_S_leds_S_led_1, label, 1) \
fn(DT_N_S_leds_S_led_1, label, 2) \
fn(DT_N_S_leds_S_led_1, label, 3) \
fn(DT_N_S_leds_S_led_1, label, 4) \
fn(DT_N_S_leds_S_led_1, label, 5) \
fn(DT_N_S_leds_S_led_1, label, 6) \
fn(DT_N_S_leds_S_led_1, label, 7) \
fn(DT_N_S_leds_S_led_1, label, 8) \
fn(DT_N_S_leds_S_led_1, label, 9) \
fn(DT_N_S_leds_S_led_1, label, 10)

◆ DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_leds_S_led_1, label, 0, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 1, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 2, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 3, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 4, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 5, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 6, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 7, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 8, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 9, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_1, label, 10, __VA_ARGS__)

◆ DT_N_S_leds_S_led_1_P_label_STRING_TOKEN

#define DT_N_S_leds_S_led_1_P_label_STRING_TOKEN   Green_LED_1

◆ DT_N_S_leds_S_led_1_P_label_STRING_UPPER_TOKEN

#define DT_N_S_leds_S_led_1_P_label_STRING_UPPER_TOKEN   GREEN_LED_1

◆ DT_N_S_leds_S_led_1_PARENT

#define DT_N_S_leds_S_led_1_PARENT   DT_N_S_leds

◆ DT_N_S_leds_S_led_1_PATH

#define DT_N_S_leds_S_led_1_PATH   "/leds/led_1"

◆ DT_N_S_leds_S_led_1_PINCTRL_NUM

#define DT_N_S_leds_S_led_1_PINCTRL_NUM   0

◆ DT_N_S_leds_S_led_1_RANGES_NUM

#define DT_N_S_leds_S_led_1_RANGES_NUM   0

◆ DT_N_S_leds_S_led_1_REG_NUM

#define DT_N_S_leds_S_led_1_REG_NUM   0

◆ DT_N_S_leds_S_led_1_REQUIRES_ORDS

#define DT_N_S_leds_S_led_1_REQUIRES_ORDS
Value:
11, /* /soc/gpio@50000000 */ \
18, /* /leds */

◆ DT_N_S_leds_S_led_1_STATUS_okay

#define DT_N_S_leds_S_led_1_STATUS_okay   1

◆ DT_N_S_leds_S_led_1_SUPPORTS_ORDS

#define DT_N_S_leds_S_led_1_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_leds_S_led_2_EXISTS

#define DT_N_S_leds_S_led_2_EXISTS   1

◆ DT_N_S_leds_S_led_2_FOREACH_CHILD

#define DT_N_S_leds_S_led_2_FOREACH_CHILD (   fn)

◆ DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_2_FOREACH_CHILD_VARGS

#define DT_N_S_leds_S_led_2_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_2_FOREACH_RANGE

#define DT_N_S_leds_S_led_2_FOREACH_RANGE (   fn)

◆ DT_N_S_leds_S_led_2_FULL_NAME

#define DT_N_S_leds_S_led_2_FULL_NAME   "led_2"

◆ DT_N_S_leds_S_led_2_IRQ_NUM

#define DT_N_S_leds_S_led_2_IRQ_NUM   0

◆ DT_N_S_leds_S_led_2_ORD

#define DT_N_S_leds_S_led_2_ORD   21

◆ DT_N_S_leds_S_led_2_P_gpios_EXISTS

#define DT_N_S_leds_S_led_2_P_gpios_EXISTS   1

◆ DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_leds_S_led_2, gpios, 0)

◆ DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_2, gpios, 0, __VA_ARGS__)

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_EXISTS

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_PH

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags   1

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin   15

◆ DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_leds_S_led_2_P_gpios_LEN

#define DT_N_S_leds_S_led_2_P_gpios_LEN   1

◆ DT_N_S_leds_S_led_2_P_label

#define DT_N_S_leds_S_led_2_P_label   "Green LED 2"

◆ DT_N_S_leds_S_led_2_P_label_EXISTS

#define DT_N_S_leds_S_led_2_P_label_EXISTS   1

◆ DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_leds_S_led_2, label, 0) \
fn(DT_N_S_leds_S_led_2, label, 1) \
fn(DT_N_S_leds_S_led_2, label, 2) \
fn(DT_N_S_leds_S_led_2, label, 3) \
fn(DT_N_S_leds_S_led_2, label, 4) \
fn(DT_N_S_leds_S_led_2, label, 5) \
fn(DT_N_S_leds_S_led_2, label, 6) \
fn(DT_N_S_leds_S_led_2, label, 7) \
fn(DT_N_S_leds_S_led_2, label, 8) \
fn(DT_N_S_leds_S_led_2, label, 9) \
fn(DT_N_S_leds_S_led_2, label, 10)

◆ DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_leds_S_led_2, label, 0, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 1, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 2, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 3, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 4, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 5, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 6, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 7, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 8, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 9, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_2, label, 10, __VA_ARGS__)

◆ DT_N_S_leds_S_led_2_P_label_STRING_TOKEN

#define DT_N_S_leds_S_led_2_P_label_STRING_TOKEN   Green_LED_2

◆ DT_N_S_leds_S_led_2_P_label_STRING_UPPER_TOKEN

#define DT_N_S_leds_S_led_2_P_label_STRING_UPPER_TOKEN   GREEN_LED_2

◆ DT_N_S_leds_S_led_2_PARENT

#define DT_N_S_leds_S_led_2_PARENT   DT_N_S_leds

◆ DT_N_S_leds_S_led_2_PATH

#define DT_N_S_leds_S_led_2_PATH   "/leds/led_2"

◆ DT_N_S_leds_S_led_2_PINCTRL_NUM

#define DT_N_S_leds_S_led_2_PINCTRL_NUM   0

◆ DT_N_S_leds_S_led_2_RANGES_NUM

#define DT_N_S_leds_S_led_2_RANGES_NUM   0

◆ DT_N_S_leds_S_led_2_REG_NUM

#define DT_N_S_leds_S_led_2_REG_NUM   0

◆ DT_N_S_leds_S_led_2_REQUIRES_ORDS

#define DT_N_S_leds_S_led_2_REQUIRES_ORDS
Value:
11, /* /soc/gpio@50000000 */ \
18, /* /leds */

◆ DT_N_S_leds_S_led_2_STATUS_okay

#define DT_N_S_leds_S_led_2_STATUS_okay   1

◆ DT_N_S_leds_S_led_2_SUPPORTS_ORDS

#define DT_N_S_leds_S_led_2_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_leds_S_led_3_EXISTS

#define DT_N_S_leds_S_led_3_EXISTS   1

◆ DT_N_S_leds_S_led_3_FOREACH_CHILD

#define DT_N_S_leds_S_led_3_FOREACH_CHILD (   fn)

◆ DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_3_FOREACH_CHILD_VARGS

#define DT_N_S_leds_S_led_3_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_leds_S_led_3_FOREACH_RANGE

#define DT_N_S_leds_S_led_3_FOREACH_RANGE (   fn)

◆ DT_N_S_leds_S_led_3_FULL_NAME

#define DT_N_S_leds_S_led_3_FULL_NAME   "led_3"

◆ DT_N_S_leds_S_led_3_IRQ_NUM

#define DT_N_S_leds_S_led_3_IRQ_NUM   0

◆ DT_N_S_leds_S_led_3_ORD

#define DT_N_S_leds_S_led_3_ORD   22

◆ DT_N_S_leds_S_led_3_P_gpios_EXISTS

#define DT_N_S_leds_S_led_3_P_gpios_EXISTS   1

◆ DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_leds_S_led_3, gpios, 0)

◆ DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_leds_S_led_3, gpios, 0, __VA_ARGS__)

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_EXISTS

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_EXISTS   1

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_PH

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000000

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags   1

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin   16

◆ DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_leds_S_led_3_P_gpios_LEN

#define DT_N_S_leds_S_led_3_P_gpios_LEN   1

◆ DT_N_S_leds_S_led_3_P_label

#define DT_N_S_leds_S_led_3_P_label   "Green LED 3"

◆ DT_N_S_leds_S_led_3_P_label_EXISTS

#define DT_N_S_leds_S_led_3_P_label_EXISTS   1

◆ DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM

#define DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_leds_S_led_3, label, 0) \
fn(DT_N_S_leds_S_led_3, label, 1) \
fn(DT_N_S_leds_S_led_3, label, 2) \
fn(DT_N_S_leds_S_led_3, label, 3) \
fn(DT_N_S_leds_S_led_3, label, 4) \
fn(DT_N_S_leds_S_led_3, label, 5) \
fn(DT_N_S_leds_S_led_3, label, 6) \
fn(DT_N_S_leds_S_led_3, label, 7) \
fn(DT_N_S_leds_S_led_3, label, 8) \
fn(DT_N_S_leds_S_led_3, label, 9) \
fn(DT_N_S_leds_S_led_3, label, 10)

◆ DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_leds_S_led_3, label, 0, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 1, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 2, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 3, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 4, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 5, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 6, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 7, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 8, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 9, __VA_ARGS__) \
fn(DT_N_S_leds_S_led_3, label, 10, __VA_ARGS__)

◆ DT_N_S_leds_S_led_3_P_label_STRING_TOKEN

#define DT_N_S_leds_S_led_3_P_label_STRING_TOKEN   Green_LED_3

◆ DT_N_S_leds_S_led_3_P_label_STRING_UPPER_TOKEN

#define DT_N_S_leds_S_led_3_P_label_STRING_UPPER_TOKEN   GREEN_LED_3

◆ DT_N_S_leds_S_led_3_PARENT

#define DT_N_S_leds_S_led_3_PARENT   DT_N_S_leds

◆ DT_N_S_leds_S_led_3_PATH

#define DT_N_S_leds_S_led_3_PATH   "/leds/led_3"

◆ DT_N_S_leds_S_led_3_PINCTRL_NUM

#define DT_N_S_leds_S_led_3_PINCTRL_NUM   0

◆ DT_N_S_leds_S_led_3_RANGES_NUM

#define DT_N_S_leds_S_led_3_RANGES_NUM   0

◆ DT_N_S_leds_S_led_3_REG_NUM

#define DT_N_S_leds_S_led_3_REG_NUM   0

◆ DT_N_S_leds_S_led_3_REQUIRES_ORDS

#define DT_N_S_leds_S_led_3_REQUIRES_ORDS
Value:
11, /* /soc/gpio@50000000 */ \
18, /* /leds */

◆ DT_N_S_leds_S_led_3_STATUS_okay

#define DT_N_S_leds_S_led_3_STATUS_okay   1

◆ DT_N_S_leds_S_led_3_SUPPORTS_ORDS

#define DT_N_S_leds_S_led_3_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_leds_STATUS_okay

#define DT_N_S_leds_STATUS_okay   1

◆ DT_N_S_leds_SUPPORTS_ORDS

#define DT_N_S_leds_SUPPORTS_ORDS
Value:
19, /* /leds/led_0 */ \
20, /* /leds/led_1 */ \
21, /* /leds/led_2 */ \
22, /* /leds/led_3 */

◆ DT_N_S_pin_controller_COMPAT_MATCHES_nordic_nrf_pinctrl

#define DT_N_S_pin_controller_COMPAT_MATCHES_nordic_nrf_pinctrl   1

◆ DT_N_S_pin_controller_EXISTS

#define DT_N_S_pin_controller_EXISTS   1

◆ DT_N_S_pin_controller_FOREACH_CHILD

#define DT_N_S_pin_controller_FOREACH_CHILD (   fn)

◆ DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_pin_controller_FOREACH_CHILD_VARGS

#define DT_N_S_pin_controller_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_pin_controller_FOREACH_RANGE

#define DT_N_S_pin_controller_FOREACH_RANGE (   fn)

◆ DT_N_S_pin_controller_FULL_NAME

#define DT_N_S_pin_controller_FULL_NAME   "pin-controller"

◆ DT_N_S_pin_controller_IRQ_NUM

#define DT_N_S_pin_controller_IRQ_NUM   0

◆ DT_N_S_pin_controller_ORD

#define DT_N_S_pin_controller_ORD   5

◆ DT_N_S_pin_controller_P_compatible

#define DT_N_S_pin_controller_P_compatible   {"nordic,nrf-pinctrl"}

◆ DT_N_S_pin_controller_P_compatible_EXISTS

#define DT_N_S_pin_controller_P_compatible_EXISTS   1

◆ DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_pin_controller, compatible, 0)

◆ DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_pin_controller, compatible, 0, __VA_ARGS__)

◆ DT_N_S_pin_controller_P_compatible_IDX_0

#define DT_N_S_pin_controller_P_compatible_IDX_0   "nordic,nrf-pinctrl"

◆ DT_N_S_pin_controller_P_compatible_IDX_0_EXISTS

#define DT_N_S_pin_controller_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_pin_controller_P_compatible_LEN

#define DT_N_S_pin_controller_P_compatible_LEN   1

◆ DT_N_S_pin_controller_P_wakeup_source

#define DT_N_S_pin_controller_P_wakeup_source   0

◆ DT_N_S_pin_controller_P_wakeup_source_EXISTS

#define DT_N_S_pin_controller_P_wakeup_source_EXISTS   1

◆ DT_N_S_pin_controller_PARENT

#define DT_N_S_pin_controller_PARENT   DT_N

◆ DT_N_S_pin_controller_PATH

#define DT_N_S_pin_controller_PATH   "/pin-controller"

◆ DT_N_S_pin_controller_PINCTRL_NUM

#define DT_N_S_pin_controller_PINCTRL_NUM   0

◆ DT_N_S_pin_controller_RANGES_NUM

#define DT_N_S_pin_controller_RANGES_NUM   0

◆ DT_N_S_pin_controller_REG_NUM

#define DT_N_S_pin_controller_REG_NUM   0

◆ DT_N_S_pin_controller_REQUIRES_ORDS

#define DT_N_S_pin_controller_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_pin_controller_STATUS_okay

#define DT_N_S_pin_controller_STATUS_okay   1

◆ DT_N_S_pin_controller_SUPPORTS_ORDS

#define DT_N_S_pin_controller_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_pwmleds_COMPAT_MATCHES_pwm_leds

#define DT_N_S_pwmleds_COMPAT_MATCHES_pwm_leds   1

◆ DT_N_S_pwmleds_EXISTS

#define DT_N_S_pwmleds_EXISTS   1

◆ DT_N_S_pwmleds_FOREACH_CHILD

#define DT_N_S_pwmleds_FOREACH_CHILD (   fn)    fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1)

◆ DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1)

◆ DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__)

◆ DT_N_S_pwmleds_FOREACH_CHILD_VARGS

#define DT_N_S_pwmleds_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__)

◆ DT_N_S_pwmleds_FOREACH_RANGE

#define DT_N_S_pwmleds_FOREACH_RANGE (   fn)

◆ DT_N_S_pwmleds_FULL_NAME

#define DT_N_S_pwmleds_FULL_NAME   "pwmleds"

◆ DT_N_S_pwmleds_IRQ_NUM

#define DT_N_S_pwmleds_IRQ_NUM   0

◆ DT_N_S_pwmleds_ORD

#define DT_N_S_pwmleds_ORD   23

◆ DT_N_S_pwmleds_PARENT

#define DT_N_S_pwmleds_PARENT   DT_N

◆ DT_N_S_pwmleds_PATH

#define DT_N_S_pwmleds_PATH   "/pwmleds"

◆ DT_N_S_pwmleds_PINCTRL_NUM

#define DT_N_S_pwmleds_PINCTRL_NUM   0

◆ DT_N_S_pwmleds_RANGES_NUM

#define DT_N_S_pwmleds_RANGES_NUM   0

◆ DT_N_S_pwmleds_REG_NUM

#define DT_N_S_pwmleds_REG_NUM   0

◆ DT_N_S_pwmleds_REQUIRES_ORDS

#define DT_N_S_pwmleds_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_pwmleds_S_pwm_led_0_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_0_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD

#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_VARGS

#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_pwmleds_S_pwm_led_0_FOREACH_RANGE

#define DT_N_S_pwmleds_S_pwm_led_0_FOREACH_RANGE (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_0_FULL_NAME

#define DT_N_S_pwmleds_S_pwm_led_0_FULL_NAME   "pwm_led_0"

◆ DT_N_S_pwmleds_S_pwm_led_0_IRQ_NUM

#define DT_N_S_pwmleds_S_pwm_led_0_IRQ_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_0_ORD

#define DT_N_S_pwmleds_S_pwm_led_0_ORD   25

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0)

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0, __VA_ARGS__)

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_PH

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_PH   DT_N_S_soc_S_pwm_4001c000

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel   13

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_0_P_pwms_LEN

#define DT_N_S_pwmleds_S_pwm_led_0_P_pwms_LEN   1

◆ DT_N_S_pwmleds_S_pwm_led_0_PARENT

#define DT_N_S_pwmleds_S_pwm_led_0_PARENT   DT_N_S_pwmleds

◆ DT_N_S_pwmleds_S_pwm_led_0_PATH

#define DT_N_S_pwmleds_S_pwm_led_0_PATH   "/pwmleds/pwm_led_0"

◆ DT_N_S_pwmleds_S_pwm_led_0_PINCTRL_NUM

#define DT_N_S_pwmleds_S_pwm_led_0_PINCTRL_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_0_RANGES_NUM

#define DT_N_S_pwmleds_S_pwm_led_0_RANGES_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_0_REG_NUM

#define DT_N_S_pwmleds_S_pwm_led_0_REG_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_0_REQUIRES_ORDS

#define DT_N_S_pwmleds_S_pwm_led_0_REQUIRES_ORDS
Value:
23, /* /pwmleds */ \
24, /* /soc/pwm@4001c000 */

◆ DT_N_S_pwmleds_S_pwm_led_0_STATUS_okay

#define DT_N_S_pwmleds_S_pwm_led_0_STATUS_okay   1

◆ DT_N_S_pwmleds_S_pwm_led_0_SUPPORTS_ORDS

#define DT_N_S_pwmleds_S_pwm_led_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_pwmleds_S_pwm_led_1_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_1_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD

#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_VARGS

#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_pwmleds_S_pwm_led_1_FOREACH_RANGE

#define DT_N_S_pwmleds_S_pwm_led_1_FOREACH_RANGE (   fn)

◆ DT_N_S_pwmleds_S_pwm_led_1_FULL_NAME

#define DT_N_S_pwmleds_S_pwm_led_1_FULL_NAME   "pwm_led_1"

◆ DT_N_S_pwmleds_S_pwm_led_1_IRQ_NUM

#define DT_N_S_pwmleds_S_pwm_led_1_IRQ_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_1_ORD

#define DT_N_S_pwmleds_S_pwm_led_1_ORD   26

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0)

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0, __VA_ARGS__)

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_PH

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_PH   DT_N_S_soc_S_pwm_4001c000

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel   14

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel_EXISTS

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel_EXISTS   1

◆ DT_N_S_pwmleds_S_pwm_led_1_P_pwms_LEN

#define DT_N_S_pwmleds_S_pwm_led_1_P_pwms_LEN   1

◆ DT_N_S_pwmleds_S_pwm_led_1_PARENT

#define DT_N_S_pwmleds_S_pwm_led_1_PARENT   DT_N_S_pwmleds

◆ DT_N_S_pwmleds_S_pwm_led_1_PATH

#define DT_N_S_pwmleds_S_pwm_led_1_PATH   "/pwmleds/pwm_led_1"

◆ DT_N_S_pwmleds_S_pwm_led_1_PINCTRL_NUM

#define DT_N_S_pwmleds_S_pwm_led_1_PINCTRL_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_1_RANGES_NUM

#define DT_N_S_pwmleds_S_pwm_led_1_RANGES_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_1_REG_NUM

#define DT_N_S_pwmleds_S_pwm_led_1_REG_NUM   0

◆ DT_N_S_pwmleds_S_pwm_led_1_REQUIRES_ORDS

#define DT_N_S_pwmleds_S_pwm_led_1_REQUIRES_ORDS
Value:
23, /* /pwmleds */ \
24, /* /soc/pwm@4001c000 */

◆ DT_N_S_pwmleds_S_pwm_led_1_STATUS_okay

#define DT_N_S_pwmleds_S_pwm_led_1_STATUS_okay   1

◆ DT_N_S_pwmleds_S_pwm_led_1_SUPPORTS_ORDS

#define DT_N_S_pwmleds_S_pwm_led_1_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_pwmleds_STATUS_okay

#define DT_N_S_pwmleds_STATUS_okay   1

◆ DT_N_S_pwmleds_SUPPORTS_ORDS

#define DT_N_S_pwmleds_SUPPORTS_ORDS
Value:
25, /* /pwmleds/pwm_led_0 */ \
26, /* /pwmleds/pwm_led_1 */

◆ DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52

#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52   1

◆ DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840

#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840   1

◆ DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840_qiaa

#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840_qiaa   1

◆ DT_N_S_soc_COMPAT_MATCHES_simple_bus

#define DT_N_S_soc_COMPAT_MATCHES_simple_bus   1

◆ DT_N_S_soc_EXISTS

#define DT_N_S_soc_EXISTS   1

◆ DT_N_S_soc_FOREACH_CHILD

#define DT_N_S_soc_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_timer_e000e010) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40003000) fn(DT_N_S_soc_S_i2c_40004000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_qdec_40012000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_pdm_4001d000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_pwm_40022000) fn(DT_N_S_soc_S_spi_40023000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_i2s_40025000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_pwm_4002d000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000)

◆ DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000)

◆ DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)

◆ DT_N_S_soc_FOREACH_CHILD_VARGS

#define DT_N_S_soc_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__)

◆ DT_N_S_soc_FOREACH_RANGE

#define DT_N_S_soc_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_FULL_NAME

#define DT_N_S_soc_FULL_NAME   "soc"

◆ DT_N_S_soc_IRQ_NUM

#define DT_N_S_soc_IRQ_NUM   0

◆ DT_N_S_soc_ORD

#define DT_N_S_soc_ORD   6

◆ DT_N_S_soc_P_compatible

#define DT_N_S_soc_P_compatible   {"nordic,nRF52840-QIAA", "nordic,nRF52840", "nordic,nRF52", "simple-bus"}

◆ DT_N_S_soc_P_compatible_EXISTS

#define DT_N_S_soc_P_compatible_EXISTS   1

◆ DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc, compatible, 0) \
fn(DT_N_S_soc, compatible, 1) \
fn(DT_N_S_soc, compatible, 2) \
fn(DT_N_S_soc, compatible, 3)

◆ DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc, compatible, 0, __VA_ARGS__) \
fn(DT_N_S_soc, compatible, 1, __VA_ARGS__) \
fn(DT_N_S_soc, compatible, 2, __VA_ARGS__) \
fn(DT_N_S_soc, compatible, 3, __VA_ARGS__)

◆ DT_N_S_soc_P_compatible_IDX_0

#define DT_N_S_soc_P_compatible_IDX_0   "nordic,nRF52840-QIAA"

◆ DT_N_S_soc_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_P_compatible_IDX_1

#define DT_N_S_soc_P_compatible_IDX_1   "nordic,nRF52840"

◆ DT_N_S_soc_P_compatible_IDX_1_EXISTS

#define DT_N_S_soc_P_compatible_IDX_1_EXISTS   1

◆ DT_N_S_soc_P_compatible_IDX_2

#define DT_N_S_soc_P_compatible_IDX_2   "nordic,nRF52"

◆ DT_N_S_soc_P_compatible_IDX_2_EXISTS

#define DT_N_S_soc_P_compatible_IDX_2_EXISTS   1

◆ DT_N_S_soc_P_compatible_IDX_3

#define DT_N_S_soc_P_compatible_IDX_3   "simple-bus"

◆ DT_N_S_soc_P_compatible_IDX_3_EXISTS

#define DT_N_S_soc_P_compatible_IDX_3_EXISTS   1

◆ DT_N_S_soc_P_compatible_LEN

#define DT_N_S_soc_P_compatible_LEN   4

◆ DT_N_S_soc_PARENT

#define DT_N_S_soc_PARENT   DT_N

◆ DT_N_S_soc_PATH

#define DT_N_S_soc_PATH   "/soc"

◆ DT_N_S_soc_PINCTRL_NUM

#define DT_N_S_soc_PINCTRL_NUM   0

◆ DT_N_S_soc_RANGES_NUM

#define DT_N_S_soc_RANGES_NUM   0

◆ DT_N_S_soc_REG_NUM

#define DT_N_S_soc_REG_NUM   0

◆ DT_N_S_soc_REQUIRES_ORDS

#define DT_N_S_soc_REQUIRES_ORDS    0, /* / */

◆ DT_N_S_soc_S_adc_40007000_COMPAT_MATCHES_nordic_nrf_saadc

#define DT_N_S_soc_S_adc_40007000_COMPAT_MATCHES_nordic_nrf_saadc   1

◆ DT_N_S_soc_S_adc_40007000_EXISTS

#define DT_N_S_soc_S_adc_40007000_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_FOREACH_CHILD

#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_adc_40007000_FOREACH_RANGE

#define DT_N_S_soc_S_adc_40007000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_adc_40007000_FULL_NAME

#define DT_N_S_soc_S_adc_40007000_FULL_NAME   "adc@40007000"

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq   7

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_IRQ_NUM

#define DT_N_S_soc_S_adc_40007000_IRQ_NUM   1

◆ DT_N_S_soc_S_adc_40007000_ORD

#define DT_N_S_soc_S_adc_40007000_ORD   27

◆ DT_N_S_soc_S_adc_40007000_P_compatible

#define DT_N_S_soc_S_adc_40007000_P_compatible   {"nordic,nrf-saadc"}

◆ DT_N_S_soc_S_adc_40007000_P_compatible_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_adc_40007000, compatible, 0)

◆ DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_adc_40007000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0

#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0   "nordic,nrf-saadc"

◆ DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_compatible_LEN

#define DT_N_S_soc_S_adc_40007000_P_compatible_LEN   1

◆ DT_N_S_soc_S_adc_40007000_P_interrupts

#define DT_N_S_soc_S_adc_40007000_P_interrupts   {7 /* 0x7 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_adc_40007000, interrupts, 0) \
fn(DT_N_S_soc_S_adc_40007000, interrupts, 1)

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_adc_40007000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0

#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0   7

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1

#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_label

#define DT_N_S_soc_S_adc_40007000_P_label   "ADC_0"

◆ DT_N_S_soc_S_adc_40007000_P_label_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_label_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_adc_40007000, label, 0) \
fn(DT_N_S_soc_S_adc_40007000, label, 1) \
fn(DT_N_S_soc_S_adc_40007000, label, 2) \
fn(DT_N_S_soc_S_adc_40007000, label, 3) \
fn(DT_N_S_soc_S_adc_40007000, label, 4)

◆ DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_adc_40007000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_adc_40007000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_label_STRING_TOKEN   ADC_0

◆ DT_N_S_soc_S_adc_40007000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_label_STRING_UPPER_TOKEN   ADC_0

◆ DT_N_S_soc_S_adc_40007000_P_reg

#define DT_N_S_soc_S_adc_40007000_P_reg   {1073770496 /* 0x40007000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_adc_40007000_P_reg_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_adc_40007000, reg, 0) \
fn(DT_N_S_soc_S_adc_40007000, reg, 1)

◆ DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_adc_40007000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_adc_40007000_P_reg_IDX_0

#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0   1073770496

◆ DT_N_S_soc_S_adc_40007000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_reg_IDX_1

#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_adc_40007000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_status

#define DT_N_S_soc_S_adc_40007000_P_status   "okay"

◆ DT_N_S_soc_S_adc_40007000_P_status_ENUM_IDX

#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_adc_40007000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_adc_40007000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_adc_40007000_P_status_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_status_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_adc_40007000, status, 0) \
fn(DT_N_S_soc_S_adc_40007000, status, 1) \
fn(DT_N_S_soc_S_adc_40007000, status, 2) \
fn(DT_N_S_soc_S_adc_40007000, status, 3)

◆ DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_adc_40007000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_adc_40007000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_adc_40007000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_adc_40007000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_adc_40007000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_adc_40007000_P_wakeup_source

#define DT_N_S_soc_S_adc_40007000_P_wakeup_source   0

◆ DT_N_S_soc_S_adc_40007000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_adc_40007000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_PARENT

#define DT_N_S_soc_S_adc_40007000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_adc_40007000_PATH

#define DT_N_S_soc_S_adc_40007000_PATH   "/soc/adc@40007000"

◆ DT_N_S_soc_S_adc_40007000_PINCTRL_NUM

#define DT_N_S_soc_S_adc_40007000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_adc_40007000_RANGES_NUM

#define DT_N_S_soc_S_adc_40007000_RANGES_NUM   0

◆ DT_N_S_soc_S_adc_40007000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_ADDRESS   1073770496 /* 0x40007000 */

◆ DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_adc_40007000_REG_NUM

#define DT_N_S_soc_S_adc_40007000_REG_NUM   1

◆ DT_N_S_soc_S_adc_40007000_REQUIRES_ORDS

#define DT_N_S_soc_S_adc_40007000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_adc_40007000_STATUS_okay

#define DT_N_S_soc_S_adc_40007000_STATUS_okay   1

◆ DT_N_S_soc_S_adc_40007000_SUPPORTS_ORDS

#define DT_N_S_soc_S_adc_40007000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_clock_40000000_COMPAT_MATCHES_nordic_nrf_clock

#define DT_N_S_soc_S_clock_40000000_COMPAT_MATCHES_nordic_nrf_clock   1

◆ DT_N_S_soc_S_clock_40000000_EXISTS

#define DT_N_S_soc_S_clock_40000000_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_FOREACH_CHILD

#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_clock_40000000_FOREACH_RANGE

#define DT_N_S_soc_S_clock_40000000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_clock_40000000_FULL_NAME

#define DT_N_S_soc_S_clock_40000000_FULL_NAME   "clock@40000000"

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq   0

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_IRQ_NUM

#define DT_N_S_soc_S_clock_40000000_IRQ_NUM   1

◆ DT_N_S_soc_S_clock_40000000_ORD

#define DT_N_S_soc_S_clock_40000000_ORD   28

◆ DT_N_S_soc_S_clock_40000000_P_compatible

#define DT_N_S_soc_S_clock_40000000_P_compatible   {"nordic,nrf-clock"}

◆ DT_N_S_soc_S_clock_40000000_P_compatible_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_clock_40000000, compatible, 0)

◆ DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_clock_40000000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0

#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0   "nordic,nrf-clock"

◆ DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_compatible_LEN

#define DT_N_S_soc_S_clock_40000000_P_compatible_LEN   1

◆ DT_N_S_soc_S_clock_40000000_P_interrupts

#define DT_N_S_soc_S_clock_40000000_P_interrupts   {0 /* 0x0 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_clock_40000000, interrupts, 0) \
fn(DT_N_S_soc_S_clock_40000000, interrupts, 1)

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_clock_40000000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0

#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0   0

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1

#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_label

#define DT_N_S_soc_S_clock_40000000_P_label   "CLOCK"

◆ DT_N_S_soc_S_clock_40000000_P_label_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_label_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_clock_40000000, label, 0) \
fn(DT_N_S_soc_S_clock_40000000, label, 1) \
fn(DT_N_S_soc_S_clock_40000000, label, 2) \
fn(DT_N_S_soc_S_clock_40000000, label, 3) \
fn(DT_N_S_soc_S_clock_40000000, label, 4)

◆ DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_clock_40000000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_clock_40000000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_label_STRING_TOKEN   CLOCK

◆ DT_N_S_soc_S_clock_40000000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_label_STRING_UPPER_TOKEN   CLOCK

◆ DT_N_S_soc_S_clock_40000000_P_reg

#define DT_N_S_soc_S_clock_40000000_P_reg   {1073741824 /* 0x40000000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_clock_40000000_P_reg_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_clock_40000000, reg, 0) \
fn(DT_N_S_soc_S_clock_40000000, reg, 1)

◆ DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_clock_40000000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_clock_40000000_P_reg_IDX_0

#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0   1073741824

◆ DT_N_S_soc_S_clock_40000000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_reg_IDX_1

#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_clock_40000000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_status

#define DT_N_S_soc_S_clock_40000000_P_status   "okay"

◆ DT_N_S_soc_S_clock_40000000_P_status_ENUM_IDX

#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_clock_40000000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_clock_40000000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_clock_40000000_P_status_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_status_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_clock_40000000, status, 0) \
fn(DT_N_S_soc_S_clock_40000000, status, 1) \
fn(DT_N_S_soc_S_clock_40000000, status, 2) \
fn(DT_N_S_soc_S_clock_40000000, status, 3)

◆ DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_clock_40000000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_clock_40000000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_clock_40000000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_clock_40000000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_clock_40000000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_clock_40000000_P_wakeup_source

#define DT_N_S_soc_S_clock_40000000_P_wakeup_source   0

◆ DT_N_S_soc_S_clock_40000000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_clock_40000000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_PARENT

#define DT_N_S_soc_S_clock_40000000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_clock_40000000_PATH

#define DT_N_S_soc_S_clock_40000000_PATH   "/soc/clock@40000000"

◆ DT_N_S_soc_S_clock_40000000_PINCTRL_NUM

#define DT_N_S_soc_S_clock_40000000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_clock_40000000_RANGES_NUM

#define DT_N_S_soc_S_clock_40000000_RANGES_NUM   0

◆ DT_N_S_soc_S_clock_40000000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_ADDRESS   1073741824 /* 0x40000000 */

◆ DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_clock_40000000_REG_NUM

#define DT_N_S_soc_S_clock_40000000_REG_NUM   1

◆ DT_N_S_soc_S_clock_40000000_REQUIRES_ORDS

#define DT_N_S_soc_S_clock_40000000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_clock_40000000_STATUS_okay

#define DT_N_S_soc_S_clock_40000000_STATUS_okay   1

◆ DT_N_S_soc_S_clock_40000000_SUPPORTS_ORDS

#define DT_N_S_soc_S_clock_40000000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_crypto_5002a000_COMPAT_MATCHES_nordic_nrf_cc310

#define DT_N_S_soc_S_crypto_5002a000_COMPAT_MATCHES_nordic_nrf_cc310   1

◆ DT_N_S_soc_S_crypto_5002a000_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD

#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)

◆ DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000)

◆ DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_FOREACH_RANGE

#define DT_N_S_soc_S_crypto_5002a000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_crypto_5002a000_FULL_NAME

#define DT_N_S_soc_S_crypto_5002a000_FULL_NAME   "crypto@5002a000"

◆ DT_N_S_soc_S_crypto_5002a000_IRQ_NUM

#define DT_N_S_soc_S_crypto_5002a000_IRQ_NUM   0

◆ DT_N_S_soc_S_crypto_5002a000_ORD

#define DT_N_S_soc_S_crypto_5002a000_ORD   68

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible

#define DT_N_S_soc_S_crypto_5002a000_P_compatible   {"nordic,nrf-cc310"}

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0)

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0   "nordic,nrf-cc310"

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_compatible_LEN

#define DT_N_S_soc_S_crypto_5002a000_P_compatible_LEN   1

◆ DT_N_S_soc_S_crypto_5002a000_P_label

#define DT_N_S_soc_S_crypto_5002a000_P_label   "CRYPTOCELL"

◆ DT_N_S_soc_S_crypto_5002a000_P_label_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_label_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, label, 0) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 1) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 2) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 3) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 4) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 5) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 6) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 7) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 8) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 9)

◆ DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, label, 9, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_label_STRING_TOKEN   CRYPTOCELL

◆ DT_N_S_soc_S_crypto_5002a000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_label_STRING_UPPER_TOKEN   CRYPTOCELL

◆ DT_N_S_soc_S_crypto_5002a000_P_reg

#define DT_N_S_soc_S_crypto_5002a000_P_reg   {1342349312 /* 0x5002a000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, reg, 0) \
fn(DT_N_S_soc_S_crypto_5002a000, reg, 1)

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0

#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0   1342349312

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1

#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_status

#define DT_N_S_soc_S_crypto_5002a000_P_status   "okay"

◆ DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_IDX

#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_crypto_5002a000_P_status_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_status_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, status, 0) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 1) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 2) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 3)

◆ DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_crypto_5002a000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_crypto_5002a000_P_wakeup_source

#define DT_N_S_soc_S_crypto_5002a000_P_wakeup_source   0

◆ DT_N_S_soc_S_crypto_5002a000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_PARENT

#define DT_N_S_soc_S_crypto_5002a000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_crypto_5002a000_PATH

#define DT_N_S_soc_S_crypto_5002a000_PATH   "/soc/crypto@5002a000"

◆ DT_N_S_soc_S_crypto_5002a000_PINCTRL_NUM

#define DT_N_S_soc_S_crypto_5002a000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_crypto_5002a000_RANGES_NUM

#define DT_N_S_soc_S_crypto_5002a000_RANGES_NUM   0

◆ DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_ADDRESS   1342349312 /* 0x5002a000 */

◆ DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_crypto_5002a000_REG_NUM

#define DT_N_S_soc_S_crypto_5002a000_REG_NUM   1

◆ DT_N_S_soc_S_crypto_5002a000_REQUIRES_ORDS

#define DT_N_S_soc_S_crypto_5002a000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_COMPAT_MATCHES_arm_cryptocell_310

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_COMPAT_MATCHES_arm_cryptocell_310   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_RANGE

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FULL_NAME

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FULL_NAME   "crypto@5002b000"

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq   42

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_NUM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_NUM   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_ORD

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_ORD   69

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible   {"arm,cryptocell-310"}

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0   "arm,cryptocell-310"

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_LEN

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_LEN   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts   {42 /* 0x2a */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, interrupts, 0) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, interrupts, 1)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0   42

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label   "CRYPTOCELL310"

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 0) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 1) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 2) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 3) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 4) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 5) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 6) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 7) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 8) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 9) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 10) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 11) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 12)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 9, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 10, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 11, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, label, 12, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_TOKEN   CRYPTOCELL310

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_UPPER_TOKEN   CRYPTOCELL310

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg   {1342353408 /* 0x5002b000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, reg, 0) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, reg, 1)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0   1342353408

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source   0

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PARENT

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PARENT   DT_N_S_soc_S_crypto_5002a000

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PATH

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PATH   "/soc/crypto@5002a000/crypto@5002b000"

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PINCTRL_NUM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_RANGES_NUM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_RANGES_NUM   0

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_ADDRESS   1342353408 /* 0x5002b000 */

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_NUM

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_NUM   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REQUIRES_ORDS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REQUIRES_ORDS
Value:
7, /* /soc/interrupt-controller@e000e100 */ \
68, /* /soc/crypto@5002a000 */

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_STATUS_okay

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_STATUS_okay   1

◆ DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_SUPPORTS_ORDS

#define DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_crypto_5002a000_STATUS_okay

#define DT_N_S_soc_S_crypto_5002a000_STATUS_okay   1

◆ DT_N_S_soc_S_crypto_5002a000_SUPPORTS_ORDS

#define DT_N_S_soc_S_crypto_5002a000_SUPPORTS_ORDS    69, /* /soc/crypto@5002a000/crypto@5002b000 */

◆ DT_N_S_soc_S_ecb_4000e000_COMPAT_MATCHES_nordic_nrf_ecb

#define DT_N_S_soc_S_ecb_4000e000_COMPAT_MATCHES_nordic_nrf_ecb   1

◆ DT_N_S_soc_S_ecb_4000e000_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD

#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_ecb_4000e000_FOREACH_RANGE

#define DT_N_S_soc_S_ecb_4000e000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_ecb_4000e000_FULL_NAME

#define DT_N_S_soc_S_ecb_4000e000_FULL_NAME   "ecb@4000e000"

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq   14

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_IRQ_NUM

#define DT_N_S_soc_S_ecb_4000e000_IRQ_NUM   1

◆ DT_N_S_soc_S_ecb_4000e000_ORD

#define DT_N_S_soc_S_ecb_4000e000_ORD   29

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible

#define DT_N_S_soc_S_ecb_4000e000_P_compatible   {"nordic,nrf-ecb"}

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0)

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0   "nordic,nrf-ecb"

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_compatible_LEN

#define DT_N_S_soc_S_ecb_4000e000_P_compatible_LEN   1

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts   {14 /* 0xe */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, interrupts, 0) \
fn(DT_N_S_soc_S_ecb_4000e000, interrupts, 1)

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0   14

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_label

#define DT_N_S_soc_S_ecb_4000e000_P_label   "ECB"

◆ DT_N_S_soc_S_ecb_4000e000_P_label_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_label_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, label, 0) \
fn(DT_N_S_soc_S_ecb_4000e000, label, 1) \
fn(DT_N_S_soc_S_ecb_4000e000, label, 2)

◆ DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, label, 2, __VA_ARGS__)

◆ DT_N_S_soc_S_ecb_4000e000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_label_STRING_TOKEN   ECB

◆ DT_N_S_soc_S_ecb_4000e000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_label_STRING_UPPER_TOKEN   ECB

◆ DT_N_S_soc_S_ecb_4000e000_P_reg

#define DT_N_S_soc_S_ecb_4000e000_P_reg   {1073799168 /* 0x4000e000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, reg, 0) \
fn(DT_N_S_soc_S_ecb_4000e000, reg, 1)

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0

#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0   1073799168

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1

#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_status

#define DT_N_S_soc_S_ecb_4000e000_P_status   "okay"

◆ DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_IDX

#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_ecb_4000e000_P_status_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_status_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, status, 0) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 1) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 2) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 3)

◆ DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ecb_4000e000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_ecb_4000e000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_ecb_4000e000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_ecb_4000e000_P_wakeup_source

#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source   0

◆ DT_N_S_soc_S_ecb_4000e000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_PARENT

#define DT_N_S_soc_S_ecb_4000e000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_ecb_4000e000_PATH

#define DT_N_S_soc_S_ecb_4000e000_PATH   "/soc/ecb@4000e000"

◆ DT_N_S_soc_S_ecb_4000e000_PINCTRL_NUM

#define DT_N_S_soc_S_ecb_4000e000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_ecb_4000e000_RANGES_NUM

#define DT_N_S_soc_S_ecb_4000e000_RANGES_NUM   0

◆ DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_ADDRESS   1073799168 /* 0x4000e000 */

◆ DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_ecb_4000e000_REG_NUM

#define DT_N_S_soc_S_ecb_4000e000_REG_NUM   1

◆ DT_N_S_soc_S_ecb_4000e000_REQUIRES_ORDS

#define DT_N_S_soc_S_ecb_4000e000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_ecb_4000e000_STATUS_okay

#define DT_N_S_soc_S_ecb_4000e000_STATUS_okay   1

◆ DT_N_S_soc_S_ecb_4000e000_SUPPORTS_ORDS

#define DT_N_S_soc_S_ecb_4000e000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40014000_EXISTS

#define DT_N_S_soc_S_egu_40014000_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40014000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40014000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40014000_FULL_NAME

#define DT_N_S_soc_S_egu_40014000_FULL_NAME   "egu@40014000"

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq   20

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_IRQ_NUM

#define DT_N_S_soc_S_egu_40014000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40014000_ORD

#define DT_N_S_soc_S_egu_40014000_ORD   30

◆ DT_N_S_soc_S_egu_40014000_P_compatible

#define DT_N_S_soc_S_egu_40014000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40014000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40014000, compatible, 0)

◆ DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40014000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40014000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40014000_P_interrupts

#define DT_N_S_soc_S_egu_40014000_P_interrupts   {20 /* 0x14 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40014000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40014000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40014000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40014000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0   20

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_reg

#define DT_N_S_soc_S_egu_40014000_P_reg   {1073823744 /* 0x40014000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40014000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40014000, reg, 0) \
fn(DT_N_S_soc_S_egu_40014000, reg, 1)

◆ DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40014000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40014000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40014000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0   1073823744

◆ DT_N_S_soc_S_egu_40014000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40014000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_status

#define DT_N_S_soc_S_egu_40014000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40014000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40014000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40014000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40014000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40014000, status, 0) \
fn(DT_N_S_soc_S_egu_40014000, status, 1) \
fn(DT_N_S_soc_S_egu_40014000, status, 2) \
fn(DT_N_S_soc_S_egu_40014000, status, 3)

◆ DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40014000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40014000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40014000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40014000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40014000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40014000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40014000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40014000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40014000_P_wakeup_source

#define DT_N_S_soc_S_egu_40014000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40014000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40014000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_PARENT

#define DT_N_S_soc_S_egu_40014000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40014000_PATH

#define DT_N_S_soc_S_egu_40014000_PATH   "/soc/egu@40014000"

◆ DT_N_S_soc_S_egu_40014000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40014000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40014000_RANGES_NUM

#define DT_N_S_soc_S_egu_40014000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40014000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_ADDRESS   1073823744 /* 0x40014000 */

◆ DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40014000_REG_NUM

#define DT_N_S_soc_S_egu_40014000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40014000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40014000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40014000_STATUS_okay

#define DT_N_S_soc_S_egu_40014000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40014000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40014000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40015000_EXISTS

#define DT_N_S_soc_S_egu_40015000_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40015000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40015000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40015000_FULL_NAME

#define DT_N_S_soc_S_egu_40015000_FULL_NAME   "egu@40015000"

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq   21

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_IRQ_NUM

#define DT_N_S_soc_S_egu_40015000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40015000_ORD

#define DT_N_S_soc_S_egu_40015000_ORD   31

◆ DT_N_S_soc_S_egu_40015000_P_compatible

#define DT_N_S_soc_S_egu_40015000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40015000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40015000, compatible, 0)

◆ DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40015000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40015000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40015000_P_interrupts

#define DT_N_S_soc_S_egu_40015000_P_interrupts   {21 /* 0x15 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40015000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40015000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40015000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40015000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0   21

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_reg

#define DT_N_S_soc_S_egu_40015000_P_reg   {1073827840 /* 0x40015000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40015000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40015000, reg, 0) \
fn(DT_N_S_soc_S_egu_40015000, reg, 1)

◆ DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40015000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40015000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40015000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0   1073827840

◆ DT_N_S_soc_S_egu_40015000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40015000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_status

#define DT_N_S_soc_S_egu_40015000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40015000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40015000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40015000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40015000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40015000, status, 0) \
fn(DT_N_S_soc_S_egu_40015000, status, 1) \
fn(DT_N_S_soc_S_egu_40015000, status, 2) \
fn(DT_N_S_soc_S_egu_40015000, status, 3)

◆ DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40015000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40015000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40015000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40015000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40015000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40015000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40015000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40015000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40015000_P_wakeup_source

#define DT_N_S_soc_S_egu_40015000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40015000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40015000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_PARENT

#define DT_N_S_soc_S_egu_40015000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40015000_PATH

#define DT_N_S_soc_S_egu_40015000_PATH   "/soc/egu@40015000"

◆ DT_N_S_soc_S_egu_40015000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40015000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40015000_RANGES_NUM

#define DT_N_S_soc_S_egu_40015000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40015000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_ADDRESS   1073827840 /* 0x40015000 */

◆ DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40015000_REG_NUM

#define DT_N_S_soc_S_egu_40015000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40015000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40015000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40015000_STATUS_okay

#define DT_N_S_soc_S_egu_40015000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40015000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40015000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40016000_EXISTS

#define DT_N_S_soc_S_egu_40016000_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40016000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40016000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40016000_FULL_NAME

#define DT_N_S_soc_S_egu_40016000_FULL_NAME   "egu@40016000"

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq   22

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_IRQ_NUM

#define DT_N_S_soc_S_egu_40016000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40016000_ORD

#define DT_N_S_soc_S_egu_40016000_ORD   32

◆ DT_N_S_soc_S_egu_40016000_P_compatible

#define DT_N_S_soc_S_egu_40016000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40016000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40016000, compatible, 0)

◆ DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40016000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40016000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40016000_P_interrupts

#define DT_N_S_soc_S_egu_40016000_P_interrupts   {22 /* 0x16 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40016000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40016000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40016000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40016000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0   22

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_reg

#define DT_N_S_soc_S_egu_40016000_P_reg   {1073831936 /* 0x40016000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40016000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40016000, reg, 0) \
fn(DT_N_S_soc_S_egu_40016000, reg, 1)

◆ DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40016000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40016000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40016000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0   1073831936

◆ DT_N_S_soc_S_egu_40016000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40016000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_status

#define DT_N_S_soc_S_egu_40016000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40016000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40016000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40016000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40016000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40016000, status, 0) \
fn(DT_N_S_soc_S_egu_40016000, status, 1) \
fn(DT_N_S_soc_S_egu_40016000, status, 2) \
fn(DT_N_S_soc_S_egu_40016000, status, 3)

◆ DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40016000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40016000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40016000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40016000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40016000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40016000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40016000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40016000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40016000_P_wakeup_source

#define DT_N_S_soc_S_egu_40016000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40016000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40016000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_PARENT

#define DT_N_S_soc_S_egu_40016000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40016000_PATH

#define DT_N_S_soc_S_egu_40016000_PATH   "/soc/egu@40016000"

◆ DT_N_S_soc_S_egu_40016000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40016000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40016000_RANGES_NUM

#define DT_N_S_soc_S_egu_40016000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40016000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_ADDRESS   1073831936 /* 0x40016000 */

◆ DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40016000_REG_NUM

#define DT_N_S_soc_S_egu_40016000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40016000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40016000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40016000_STATUS_okay

#define DT_N_S_soc_S_egu_40016000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40016000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40016000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40017000_EXISTS

#define DT_N_S_soc_S_egu_40017000_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40017000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40017000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40017000_FULL_NAME

#define DT_N_S_soc_S_egu_40017000_FULL_NAME   "egu@40017000"

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq   23

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_IRQ_NUM

#define DT_N_S_soc_S_egu_40017000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40017000_ORD

#define DT_N_S_soc_S_egu_40017000_ORD   33

◆ DT_N_S_soc_S_egu_40017000_P_compatible

#define DT_N_S_soc_S_egu_40017000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40017000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40017000, compatible, 0)

◆ DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40017000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40017000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40017000_P_interrupts

#define DT_N_S_soc_S_egu_40017000_P_interrupts   {23 /* 0x17 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40017000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40017000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40017000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40017000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0   23

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_reg

#define DT_N_S_soc_S_egu_40017000_P_reg   {1073836032 /* 0x40017000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40017000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40017000, reg, 0) \
fn(DT_N_S_soc_S_egu_40017000, reg, 1)

◆ DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40017000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40017000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40017000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0   1073836032

◆ DT_N_S_soc_S_egu_40017000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40017000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_status

#define DT_N_S_soc_S_egu_40017000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40017000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40017000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40017000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40017000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40017000, status, 0) \
fn(DT_N_S_soc_S_egu_40017000, status, 1) \
fn(DT_N_S_soc_S_egu_40017000, status, 2) \
fn(DT_N_S_soc_S_egu_40017000, status, 3)

◆ DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40017000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40017000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40017000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40017000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40017000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40017000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40017000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40017000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40017000_P_wakeup_source

#define DT_N_S_soc_S_egu_40017000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40017000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40017000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_PARENT

#define DT_N_S_soc_S_egu_40017000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40017000_PATH

#define DT_N_S_soc_S_egu_40017000_PATH   "/soc/egu@40017000"

◆ DT_N_S_soc_S_egu_40017000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40017000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40017000_RANGES_NUM

#define DT_N_S_soc_S_egu_40017000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40017000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_ADDRESS   1073836032 /* 0x40017000 */

◆ DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40017000_REG_NUM

#define DT_N_S_soc_S_egu_40017000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40017000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40017000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40017000_STATUS_okay

#define DT_N_S_soc_S_egu_40017000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40017000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40017000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40018000_EXISTS

#define DT_N_S_soc_S_egu_40018000_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40018000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40018000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40018000_FULL_NAME

#define DT_N_S_soc_S_egu_40018000_FULL_NAME   "egu@40018000"

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq   24

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_IRQ_NUM

#define DT_N_S_soc_S_egu_40018000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40018000_ORD

#define DT_N_S_soc_S_egu_40018000_ORD   34

◆ DT_N_S_soc_S_egu_40018000_P_compatible

#define DT_N_S_soc_S_egu_40018000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40018000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40018000, compatible, 0)

◆ DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40018000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40018000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40018000_P_interrupts

#define DT_N_S_soc_S_egu_40018000_P_interrupts   {24 /* 0x18 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40018000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40018000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40018000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40018000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0   24

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_reg

#define DT_N_S_soc_S_egu_40018000_P_reg   {1073840128 /* 0x40018000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40018000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40018000, reg, 0) \
fn(DT_N_S_soc_S_egu_40018000, reg, 1)

◆ DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40018000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40018000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40018000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0   1073840128

◆ DT_N_S_soc_S_egu_40018000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40018000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_status

#define DT_N_S_soc_S_egu_40018000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40018000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40018000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40018000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40018000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40018000, status, 0) \
fn(DT_N_S_soc_S_egu_40018000, status, 1) \
fn(DT_N_S_soc_S_egu_40018000, status, 2) \
fn(DT_N_S_soc_S_egu_40018000, status, 3)

◆ DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40018000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40018000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40018000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40018000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40018000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40018000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40018000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40018000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40018000_P_wakeup_source

#define DT_N_S_soc_S_egu_40018000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40018000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40018000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_PARENT

#define DT_N_S_soc_S_egu_40018000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40018000_PATH

#define DT_N_S_soc_S_egu_40018000_PATH   "/soc/egu@40018000"

◆ DT_N_S_soc_S_egu_40018000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40018000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40018000_RANGES_NUM

#define DT_N_S_soc_S_egu_40018000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40018000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_ADDRESS   1073840128 /* 0x40018000 */

◆ DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40018000_REG_NUM

#define DT_N_S_soc_S_egu_40018000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40018000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40018000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40018000_STATUS_okay

#define DT_N_S_soc_S_egu_40018000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40018000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40018000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_egu

#define DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_egu   1

◆ DT_N_S_soc_S_egu_40019000_EXISTS

#define DT_N_S_soc_S_egu_40019000_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_FOREACH_CHILD

#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_egu_40019000_FOREACH_RANGE

#define DT_N_S_soc_S_egu_40019000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_egu_40019000_FULL_NAME

#define DT_N_S_soc_S_egu_40019000_FULL_NAME   "egu@40019000"

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq   25

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_IRQ_NUM

#define DT_N_S_soc_S_egu_40019000_IRQ_NUM   1

◆ DT_N_S_soc_S_egu_40019000_ORD

#define DT_N_S_soc_S_egu_40019000_ORD   35

◆ DT_N_S_soc_S_egu_40019000_P_compatible

#define DT_N_S_soc_S_egu_40019000_P_compatible   {"nordic,nrf-egu"}

◆ DT_N_S_soc_S_egu_40019000_P_compatible_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_egu_40019000, compatible, 0)

◆ DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_egu_40019000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0

#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0   "nordic,nrf-egu"

◆ DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_compatible_LEN

#define DT_N_S_soc_S_egu_40019000_P_compatible_LEN   1

◆ DT_N_S_soc_S_egu_40019000_P_interrupts

#define DT_N_S_soc_S_egu_40019000_P_interrupts   {25 /* 0x19 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40019000, interrupts, 0) \
fn(DT_N_S_soc_S_egu_40019000, interrupts, 1)

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40019000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40019000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0

#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0   25

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1

#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_reg

#define DT_N_S_soc_S_egu_40019000_P_reg   {1073844224 /* 0x40019000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_egu_40019000_P_reg_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40019000, reg, 0) \
fn(DT_N_S_soc_S_egu_40019000, reg, 1)

◆ DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40019000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40019000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40019000_P_reg_IDX_0

#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0   1073844224

◆ DT_N_S_soc_S_egu_40019000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_reg_IDX_1

#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_egu_40019000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_status

#define DT_N_S_soc_S_egu_40019000_P_status   "okay"

◆ DT_N_S_soc_S_egu_40019000_P_status_ENUM_IDX

#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_egu_40019000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_egu_40019000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40019000_P_status_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_status_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_egu_40019000, status, 0) \
fn(DT_N_S_soc_S_egu_40019000, status, 1) \
fn(DT_N_S_soc_S_egu_40019000, status, 2) \
fn(DT_N_S_soc_S_egu_40019000, status, 3)

◆ DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_egu_40019000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40019000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40019000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_egu_40019000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_egu_40019000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_egu_40019000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_egu_40019000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_egu_40019000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_egu_40019000_P_wakeup_source

#define DT_N_S_soc_S_egu_40019000_P_wakeup_source   0

◆ DT_N_S_soc_S_egu_40019000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_egu_40019000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_PARENT

#define DT_N_S_soc_S_egu_40019000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_egu_40019000_PATH

#define DT_N_S_soc_S_egu_40019000_PATH   "/soc/egu@40019000"

◆ DT_N_S_soc_S_egu_40019000_PINCTRL_NUM

#define DT_N_S_soc_S_egu_40019000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_egu_40019000_RANGES_NUM

#define DT_N_S_soc_S_egu_40019000_RANGES_NUM   0

◆ DT_N_S_soc_S_egu_40019000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_ADDRESS   1073844224 /* 0x40019000 */

◆ DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_egu_40019000_REG_NUM

#define DT_N_S_soc_S_egu_40019000_REG_NUM   1

◆ DT_N_S_soc_S_egu_40019000_REQUIRES_ORDS

#define DT_N_S_soc_S_egu_40019000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_egu_40019000_STATUS_okay

#define DT_N_S_soc_S_egu_40019000_STATUS_okay   1

◆ DT_N_S_soc_S_egu_40019000_SUPPORTS_ORDS

#define DT_N_S_soc_S_egu_40019000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_ficr_10000000_COMPAT_MATCHES_nordic_nrf_ficr

#define DT_N_S_soc_S_ficr_10000000_COMPAT_MATCHES_nordic_nrf_ficr   1

◆ DT_N_S_soc_S_ficr_10000000_EXISTS

#define DT_N_S_soc_S_ficr_10000000_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD

#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_ficr_10000000_FOREACH_RANGE

#define DT_N_S_soc_S_ficr_10000000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_ficr_10000000_FULL_NAME

#define DT_N_S_soc_S_ficr_10000000_FULL_NAME   "ficr@10000000"

◆ DT_N_S_soc_S_ficr_10000000_IRQ_NUM

#define DT_N_S_soc_S_ficr_10000000_IRQ_NUM   0

◆ DT_N_S_soc_S_ficr_10000000_ORD

#define DT_N_S_soc_S_ficr_10000000_ORD   36

◆ DT_N_S_soc_S_ficr_10000000_P_compatible

#define DT_N_S_soc_S_ficr_10000000_P_compatible   {"nordic,nrf-ficr"}

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_ficr_10000000, compatible, 0)

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_ficr_10000000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0

#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0   "nordic,nrf-ficr"

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_compatible_LEN

#define DT_N_S_soc_S_ficr_10000000_P_compatible_LEN   1

◆ DT_N_S_soc_S_ficr_10000000_P_reg

#define DT_N_S_soc_S_ficr_10000000_P_reg   {268435456 /* 0x10000000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_ficr_10000000_P_reg_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ficr_10000000, reg, 0) \
fn(DT_N_S_soc_S_ficr_10000000, reg, 1)

◆ DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ficr_10000000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ficr_10000000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0

#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0   268435456

◆ DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1

#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_status

#define DT_N_S_soc_S_ficr_10000000_P_status   "okay"

◆ DT_N_S_soc_S_ficr_10000000_P_status_ENUM_IDX

#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_ficr_10000000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_ficr_10000000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_ficr_10000000_P_status_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_status_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_ficr_10000000, status, 0) \
fn(DT_N_S_soc_S_ficr_10000000, status, 1) \
fn(DT_N_S_soc_S_ficr_10000000, status, 2) \
fn(DT_N_S_soc_S_ficr_10000000, status, 3)

◆ DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_ficr_10000000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_ficr_10000000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_ficr_10000000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_ficr_10000000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_ficr_10000000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_ficr_10000000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_ficr_10000000_P_wakeup_source

#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source   0

◆ DT_N_S_soc_S_ficr_10000000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_PARENT

#define DT_N_S_soc_S_ficr_10000000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_ficr_10000000_PATH

#define DT_N_S_soc_S_ficr_10000000_PATH   "/soc/ficr@10000000"

◆ DT_N_S_soc_S_ficr_10000000_PINCTRL_NUM

#define DT_N_S_soc_S_ficr_10000000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_ficr_10000000_RANGES_NUM

#define DT_N_S_soc_S_ficr_10000000_RANGES_NUM   0

◆ DT_N_S_soc_S_ficr_10000000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_ADDRESS   268435456 /* 0x10000000 */

◆ DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_ficr_10000000_REG_NUM

#define DT_N_S_soc_S_ficr_10000000_REG_NUM   1

◆ DT_N_S_soc_S_ficr_10000000_REQUIRES_ORDS

#define DT_N_S_soc_S_ficr_10000000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_ficr_10000000_STATUS_okay

#define DT_N_S_soc_S_ficr_10000000_STATUS_okay   1

◆ DT_N_S_soc_S_ficr_10000000_SUPPORTS_ORDS

#define DT_N_S_soc_S_ficr_10000000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MATCHES_nordic_nrf52_flash_controller

#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MATCHES_nordic_nrf52_flash_controller   1

◆ DT_N_S_soc_S_flash_controller_4001e000_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)

◆ DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)

◆ DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_FULL_NAME   "flash-controller@4001e000"

◆ DT_N_S_soc_S_flash_controller_4001e000_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_ORD   70

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible   {"nordic,nrf52-flash-controller"}

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0   "nordic,nrf52-flash-controller"

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_compatible_LEN

#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_LEN   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_P_label   "NRF_FLASH_DRV_NAME"

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 6) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 7) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 8) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 9) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 10) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 11) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 12) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 13) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 14) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 15) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 16) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 17)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 9, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 10, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 11, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 12, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 13, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 14, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 15, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 16, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, label, 17, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_TOKEN   NRF_FLASH_DRV_NAME

◆ DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_UPPER_TOKEN   NRF_FLASH_DRV_NAME

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg   {1073864704 /* 0x4001e000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0   1073864704

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source

#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source   0

◆ DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_flash_controller_4001e000_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_PATH   "/soc/flash-controller@4001e000"

◆ DT_N_S_soc_S_flash_controller_4001e000_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_ADDRESS   1073864704 /* 0x4001e000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_COMPAT_MATCHES_soc_nv_flash

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_COMPAT_MATCHES_soc_nv_flash   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FULL_NAME   "flash@0"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD   71

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible   {"soc-nv-flash"}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0   "soc-nv-flash"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_LEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_LEN   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size   4096

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label   "NRF_FLASH"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 6) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 7) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 8)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, label, 8, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_TOKEN   NRF_FLASH

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_UPPER_TOKEN   NRF_FLASH

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg   {0 /* 0x0 */, 1048576 /* 0x100000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1   1048576

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size   4

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PARENT   DT_N_S_soc_S_flash_controller_4001e000

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PATH   "/soc/flash-controller@4001e000/flash@0"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_SIZE   1048576 /* 0x100000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REQUIRES_ORDS    70, /* /soc/flash-controller@4001e000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_COMPAT_MATCHES_fixed_partitions

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_COMPAT_MATCHES_fixed_partitions   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FULL_NAME   "partitions"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD   72

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PATH   "/soc/flash-controller@4001e000/flash@0/partitions"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REG_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REQUIRES_ORDS    71, /* /soc/flash-controller@4001e000/flash@0 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FULL_NAME   "partition@0"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD   73

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label   "mcuboot"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 6)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_TOKEN   mcuboot

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UPPER_TOKEN   MCUBOOT

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg   {0 /* 0x0 */, 49152 /* 0xc000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1   49152

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARTITION_ID

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARTITION_ID   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@0"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE   49152 /* 0xc000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FULL_NAME   "partition@73000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_ORD   75

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label   "image-1"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 6)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_TOKEN   image_1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_UPPER_TOKEN   IMAGE_1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg   {471040 /* 0x73000 */, 421888 /* 0x67000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0   471040

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1   421888

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARTITION_ID

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARTITION_ID   2

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@73000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_ADDRESS   471040 /* 0x73000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_SIZE   421888 /* 0x67000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FULL_NAME   "partition@c000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD   74

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label   "image-0"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 6)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_TOKEN   image_0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UPPER_TOKEN   IMAGE_0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg   {49152 /* 0xc000 */, 421888 /* 0x67000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0   49152

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1   421888

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARTITION_ID

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARTITION_ID   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_ADDRESS   49152 /* 0xc000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_SIZE   421888 /* 0x67000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FULL_NAME   "partition@da000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_ORD   76

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label   "image-scratch"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 6) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 7) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 8) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 9) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 10) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 11) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 12)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 9, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 10, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 11, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, label, 12, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_TOKEN   image_scratch

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_UPPER_TOKEN   IMAGE_SCRATCH

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg   {892928 /* 0xda000 */, 122880 /* 0x1e000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0   892928

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1   122880

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARTITION_ID

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARTITION_ID   3

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@da000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_ADDRESS   892928 /* 0xda000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_SIZE   122880 /* 0x1e000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_RANGE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FULL_NAME

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FULL_NAME   "partition@f8000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_IRQ_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_IRQ_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_ORD

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_ORD   77

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label   "storage"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 1) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 2) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 3) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 4) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 5) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 6)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_TOKEN   storage

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_UPPER_TOKEN   STORAGE

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg   {1015808 /* 0xf8000 */, 32768 /* 0x8000 */}

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, reg, 0) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, reg, 1)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0   1015808

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1   32768

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARENT

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARENT   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARTITION_ID

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARTITION_ID   4

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PATH

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PATH   "/soc/flash-controller@4001e000/flash@0/partitions/partition@f8000"

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PINCTRL_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_RANGES_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_RANGES_NUM   0

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_ADDRESS   1015808 /* 0xf8000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_SIZE   32768 /* 0x8000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_NUM

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_NUM   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REQUIRES_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REQUIRES_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_SUPPORTS_ORDS
Value:
73, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@0 */ \
74, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@c000 */ \
75, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@73000 */ \
76, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@da000 */ \
77, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@f8000 */

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_SUPPORTS_ORDS    72, /* /soc/flash-controller@4001e000/flash@0/partitions */

◆ DT_N_S_soc_S_flash_controller_4001e000_STATUS_okay

#define DT_N_S_soc_S_flash_controller_4001e000_STATUS_okay   1

◆ DT_N_S_soc_S_flash_controller_4001e000_SUPPORTS_ORDS

#define DT_N_S_soc_S_flash_controller_4001e000_SUPPORTS_ORDS    71, /* /soc/flash-controller@4001e000/flash@0 */

◆ DT_N_S_soc_S_gpio_50000000_COMPAT_MATCHES_nordic_nrf_gpio

#define DT_N_S_soc_S_gpio_50000000_COMPAT_MATCHES_nordic_nrf_gpio   1

◆ DT_N_S_soc_S_gpio_50000000_EXISTS

#define DT_N_S_soc_S_gpio_50000000_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD

#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpio_50000000_FOREACH_RANGE

#define DT_N_S_soc_S_gpio_50000000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_gpio_50000000_FULL_NAME

#define DT_N_S_soc_S_gpio_50000000_FULL_NAME   "gpio@50000000"

◆ DT_N_S_soc_S_gpio_50000000_IRQ_NUM

#define DT_N_S_soc_S_gpio_50000000_IRQ_NUM   0

◆ DT_N_S_soc_S_gpio_50000000_ORD

#define DT_N_S_soc_S_gpio_50000000_ORD   11

◆ DT_N_S_soc_S_gpio_50000000_P_compatible

#define DT_N_S_soc_S_gpio_50000000_P_compatible   {"nordic,nrf-gpio"}

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_gpio_50000000, compatible, 0)

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_gpio_50000000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0

#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0   "nordic,nrf-gpio"

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_compatible_LEN

#define DT_N_S_soc_S_gpio_50000000_P_compatible_LEN   1

◆ DT_N_S_soc_S_gpio_50000000_P_gpio_controller

#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller   1

◆ DT_N_S_soc_S_gpio_50000000_P_gpio_controller_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_label

#define DT_N_S_soc_S_gpio_50000000_P_label   "GPIO_0"

◆ DT_N_S_soc_S_gpio_50000000_P_label_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_label_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000000, label, 0) \
fn(DT_N_S_soc_S_gpio_50000000, label, 1) \
fn(DT_N_S_soc_S_gpio_50000000, label, 2) \
fn(DT_N_S_soc_S_gpio_50000000, label, 3) \
fn(DT_N_S_soc_S_gpio_50000000, label, 4) \
fn(DT_N_S_soc_S_gpio_50000000, label, 5)

◆ DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, label, 5, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_label_STRING_TOKEN   GPIO_0

◆ DT_N_S_soc_S_gpio_50000000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_label_STRING_UPPER_TOKEN   GPIO_0

◆ DT_N_S_soc_S_gpio_50000000_P_ngpios

#define DT_N_S_soc_S_gpio_50000000_P_ngpios   32

◆ DT_N_S_soc_S_gpio_50000000_P_ngpios_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_ngpios_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_port

#define DT_N_S_soc_S_gpio_50000000_P_port   0

◆ DT_N_S_soc_S_gpio_50000000_P_port_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_port_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_reg

#define DT_N_S_soc_S_gpio_50000000_P_reg   {1342177280 /* 0x50000000 */, 512 /* 0x200 */, 1342178560 /* 0x50000500 */, 768 /* 0x300 */}

◆ DT_N_S_soc_S_gpio_50000000_P_reg_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000000, reg, 0) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 1) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 2) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 3)

◆ DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, reg, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0   1342177280

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1   512

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2   1342178560

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3   768

◆ DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_status

#define DT_N_S_soc_S_gpio_50000000_P_status   "okay"

◆ DT_N_S_soc_S_gpio_50000000_P_status_ENUM_IDX

#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_gpio_50000000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_gpio_50000000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpio_50000000_P_status_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_status_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000000, status, 0) \
fn(DT_N_S_soc_S_gpio_50000000, status, 1) \
fn(DT_N_S_soc_S_gpio_50000000, status, 2) \
fn(DT_N_S_soc_S_gpio_50000000, status, 3)

◆ DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_gpio_50000000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpio_50000000_P_wakeup_source

#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source   0

◆ DT_N_S_soc_S_gpio_50000000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_PARENT

#define DT_N_S_soc_S_gpio_50000000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_gpio_50000000_PATH

#define DT_N_S_soc_S_gpio_50000000_PATH   "/soc/gpio@50000000"

◆ DT_N_S_soc_S_gpio_50000000_PINCTRL_NUM

#define DT_N_S_soc_S_gpio_50000000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_gpio_50000000_RANGES_NUM

#define DT_N_S_soc_S_gpio_50000000_RANGES_NUM   0

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_ADDRESS   1342177280 /* 0x50000000 */

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_SIZE   512 /* 0x200 */

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_1_EXISTS

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_ADDRESS

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_ADDRESS   1342178560 /* 0x50000500 */

◆ DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_SIZE

#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_SIZE   768 /* 0x300 */

◆ DT_N_S_soc_S_gpio_50000000_REG_NUM

#define DT_N_S_soc_S_gpio_50000000_REG_NUM   2

◆ DT_N_S_soc_S_gpio_50000000_REQUIRES_ORDS

#define DT_N_S_soc_S_gpio_50000000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_gpio_50000000_STATUS_okay

#define DT_N_S_soc_S_gpio_50000000_STATUS_okay   1

◆ DT_N_S_soc_S_gpio_50000000_SUPPORTS_ORDS

#define DT_N_S_soc_S_gpio_50000000_SUPPORTS_ORDS
Value:
12, /* /buttons/button_0 */ \
13, /* /buttons/button_1 */ \
14, /* /buttons/button_2 */ \
15, /* /buttons/button_3 */ \
19, /* /leds/led_0 */ \
20, /* /leds/led_1 */ \
21, /* /leds/led_2 */ \
22, /* /leds/led_3 */

◆ DT_N_S_soc_S_gpio_50000300_COMPAT_MATCHES_nordic_nrf_gpio

#define DT_N_S_soc_S_gpio_50000300_COMPAT_MATCHES_nordic_nrf_gpio   1

◆ DT_N_S_soc_S_gpio_50000300_EXISTS

#define DT_N_S_soc_S_gpio_50000300_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD

#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpio_50000300_FOREACH_RANGE

#define DT_N_S_soc_S_gpio_50000300_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_gpio_50000300_FULL_NAME

#define DT_N_S_soc_S_gpio_50000300_FULL_NAME   "gpio@50000300"

◆ DT_N_S_soc_S_gpio_50000300_IRQ_NUM

#define DT_N_S_soc_S_gpio_50000300_IRQ_NUM   0

◆ DT_N_S_soc_S_gpio_50000300_ORD

#define DT_N_S_soc_S_gpio_50000300_ORD   55

◆ DT_N_S_soc_S_gpio_50000300_P_compatible

#define DT_N_S_soc_S_gpio_50000300_P_compatible   {"nordic,nrf-gpio"}

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_gpio_50000300, compatible, 0)

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_gpio_50000300, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0

#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0   "nordic,nrf-gpio"

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_compatible_LEN

#define DT_N_S_soc_S_gpio_50000300_P_compatible_LEN   1

◆ DT_N_S_soc_S_gpio_50000300_P_gpio_controller

#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller   1

◆ DT_N_S_soc_S_gpio_50000300_P_gpio_controller_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_label

#define DT_N_S_soc_S_gpio_50000300_P_label   "GPIO_1"

◆ DT_N_S_soc_S_gpio_50000300_P_label_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_label_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000300, label, 0) \
fn(DT_N_S_soc_S_gpio_50000300, label, 1) \
fn(DT_N_S_soc_S_gpio_50000300, label, 2) \
fn(DT_N_S_soc_S_gpio_50000300, label, 3) \
fn(DT_N_S_soc_S_gpio_50000300, label, 4) \
fn(DT_N_S_soc_S_gpio_50000300, label, 5)

◆ DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000300, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, label, 5, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000300_P_label_STRING_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_label_STRING_TOKEN   GPIO_1

◆ DT_N_S_soc_S_gpio_50000300_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_label_STRING_UPPER_TOKEN   GPIO_1

◆ DT_N_S_soc_S_gpio_50000300_P_ngpios

#define DT_N_S_soc_S_gpio_50000300_P_ngpios   16

◆ DT_N_S_soc_S_gpio_50000300_P_ngpios_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_ngpios_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_port

#define DT_N_S_soc_S_gpio_50000300_P_port   1

◆ DT_N_S_soc_S_gpio_50000300_P_port_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_port_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_reg

#define DT_N_S_soc_S_gpio_50000300_P_reg   {1342178048 /* 0x50000300 */, 512 /* 0x200 */, 1342179328 /* 0x50000800 */, 768 /* 0x300 */}

◆ DT_N_S_soc_S_gpio_50000300_P_reg_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_reg_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000300, reg, 0) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 1) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 2) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 3)

◆ DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000300, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, reg, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0   1342178048

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1   512

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2   1342179328

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3   768

◆ DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_status

#define DT_N_S_soc_S_gpio_50000300_P_status   "okay"

◆ DT_N_S_soc_S_gpio_50000300_P_status_ENUM_IDX

#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_gpio_50000300_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_gpio_50000300_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpio_50000300_P_status_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_status_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpio_50000300, status, 0) \
fn(DT_N_S_soc_S_gpio_50000300, status, 1) \
fn(DT_N_S_soc_S_gpio_50000300, status, 2) \
fn(DT_N_S_soc_S_gpio_50000300, status, 3)

◆ DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpio_50000300, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpio_50000300, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_gpio_50000300_P_status_STRING_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_gpio_50000300_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpio_50000300_P_wakeup_source

#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source   0

◆ DT_N_S_soc_S_gpio_50000300_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_PARENT

#define DT_N_S_soc_S_gpio_50000300_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_gpio_50000300_PATH

#define DT_N_S_soc_S_gpio_50000300_PATH   "/soc/gpio@50000300"

◆ DT_N_S_soc_S_gpio_50000300_PINCTRL_NUM

#define DT_N_S_soc_S_gpio_50000300_PINCTRL_NUM   0

◆ DT_N_S_soc_S_gpio_50000300_RANGES_NUM

#define DT_N_S_soc_S_gpio_50000300_RANGES_NUM   0

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_ADDRESS   1342178048 /* 0x50000300 */

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_SIZE   512 /* 0x200 */

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_1_EXISTS

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_ADDRESS

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_ADDRESS   1342179328 /* 0x50000800 */

◆ DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_SIZE

#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_SIZE   768 /* 0x300 */

◆ DT_N_S_soc_S_gpio_50000300_REG_NUM

#define DT_N_S_soc_S_gpio_50000300_REG_NUM   2

◆ DT_N_S_soc_S_gpio_50000300_REQUIRES_ORDS

#define DT_N_S_soc_S_gpio_50000300_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_gpio_50000300_STATUS_okay

#define DT_N_S_soc_S_gpio_50000300_STATUS_okay   1

◆ DT_N_S_soc_S_gpio_50000300_SUPPORTS_ORDS

#define DT_N_S_soc_S_gpio_50000300_SUPPORTS_ORDS    56, /* /soc/spi@4002f000 */

◆ DT_N_S_soc_S_gpiote_40006000_COMPAT_MATCHES_nordic_nrf_gpiote

#define DT_N_S_soc_S_gpiote_40006000_COMPAT_MATCHES_nordic_nrf_gpiote   1

◆ DT_N_S_soc_S_gpiote_40006000_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD

#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_gpiote_40006000_FOREACH_RANGE

#define DT_N_S_soc_S_gpiote_40006000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_gpiote_40006000_FULL_NAME

#define DT_N_S_soc_S_gpiote_40006000_FULL_NAME   "gpiote@40006000"

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq   6

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority   5

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_IRQ_NUM

#define DT_N_S_soc_S_gpiote_40006000_IRQ_NUM   1

◆ DT_N_S_soc_S_gpiote_40006000_ORD

#define DT_N_S_soc_S_gpiote_40006000_ORD   37

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible

#define DT_N_S_soc_S_gpiote_40006000_P_compatible   {"nordic,nrf-gpiote"}

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0)

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0   "nordic,nrf-gpiote"

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_compatible_LEN

#define DT_N_S_soc_S_gpiote_40006000_P_compatible_LEN   1

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts   {6 /* 0x6 */, 5 /* 0x5 */}

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, interrupts, 0) \
fn(DT_N_S_soc_S_gpiote_40006000, interrupts, 1)

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0   6

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1   5

◆ DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_label

#define DT_N_S_soc_S_gpiote_40006000_P_label   "GPIOTE_0"

◆ DT_N_S_soc_S_gpiote_40006000_P_label_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_label_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, label, 0) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 1) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 2) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 3) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 4) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 5) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 6) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 7)

◆ DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, label, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_gpiote_40006000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_label_STRING_TOKEN   GPIOTE_0

◆ DT_N_S_soc_S_gpiote_40006000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_label_STRING_UPPER_TOKEN   GPIOTE_0

◆ DT_N_S_soc_S_gpiote_40006000_P_reg

#define DT_N_S_soc_S_gpiote_40006000_P_reg   {1073766400 /* 0x40006000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, reg, 0) \
fn(DT_N_S_soc_S_gpiote_40006000, reg, 1)

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0

#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0   1073766400

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1

#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_status

#define DT_N_S_soc_S_gpiote_40006000_P_status   "okay"

◆ DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_IDX

#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpiote_40006000_P_status_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_status_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, status, 0) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 1) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 2) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 3)

◆ DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_gpiote_40006000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_gpiote_40006000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_gpiote_40006000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_gpiote_40006000_P_wakeup_source

#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source   0

◆ DT_N_S_soc_S_gpiote_40006000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_PARENT

#define DT_N_S_soc_S_gpiote_40006000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_gpiote_40006000_PATH

#define DT_N_S_soc_S_gpiote_40006000_PATH   "/soc/gpiote@40006000"

◆ DT_N_S_soc_S_gpiote_40006000_PINCTRL_NUM

#define DT_N_S_soc_S_gpiote_40006000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_gpiote_40006000_RANGES_NUM

#define DT_N_S_soc_S_gpiote_40006000_RANGES_NUM   0

◆ DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_ADDRESS   1073766400 /* 0x40006000 */

◆ DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_gpiote_40006000_REG_NUM

#define DT_N_S_soc_S_gpiote_40006000_REG_NUM   1

◆ DT_N_S_soc_S_gpiote_40006000_REQUIRES_ORDS

#define DT_N_S_soc_S_gpiote_40006000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_gpiote_40006000_STATUS_okay

#define DT_N_S_soc_S_gpiote_40006000_STATUS_okay   1

◆ DT_N_S_soc_S_gpiote_40006000_SUPPORTS_ORDS

#define DT_N_S_soc_S_gpiote_40006000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_i2c_40003000_COMPAT_MATCHES_nordic_nrf_twi

#define DT_N_S_soc_S_i2c_40003000_COMPAT_MATCHES_nordic_nrf_twi   1

◆ DT_N_S_soc_S_i2c_40003000_EXISTS

#define DT_N_S_soc_S_i2c_40003000_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD

#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2c_40003000_FOREACH_RANGE

#define DT_N_S_soc_S_i2c_40003000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_i2c_40003000_FULL_NAME

#define DT_N_S_soc_S_i2c_40003000_FULL_NAME   "i2c@40003000"

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq   3

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_IRQ_NUM

#define DT_N_S_soc_S_i2c_40003000_IRQ_NUM   1

◆ DT_N_S_soc_S_i2c_40003000_ORD

#define DT_N_S_soc_S_i2c_40003000_ORD   38

◆ DT_N_S_soc_S_i2c_40003000_P_clock_frequency

#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency   100000

◆ DT_N_S_soc_S_i2c_40003000_P_clock_frequency_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_compatible

#define DT_N_S_soc_S_i2c_40003000_P_compatible   {"nordic,nrf-twi"}

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_i2c_40003000, compatible, 0)

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_i2c_40003000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0

#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0   "nordic,nrf-twi"

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_compatible_LEN

#define DT_N_S_soc_S_i2c_40003000_P_compatible_LEN   1

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts

#define DT_N_S_soc_S_i2c_40003000_P_interrupts   {3 /* 0x3 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40003000, interrupts, 0) \
fn(DT_N_S_soc_S_i2c_40003000, interrupts, 1)

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40003000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0   3

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_label

#define DT_N_S_soc_S_i2c_40003000_P_label   "I2C_0"

◆ DT_N_S_soc_S_i2c_40003000_P_label_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_label_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40003000, label, 0) \
fn(DT_N_S_soc_S_i2c_40003000, label, 1) \
fn(DT_N_S_soc_S_i2c_40003000, label, 2) \
fn(DT_N_S_soc_S_i2c_40003000, label, 3) \
fn(DT_N_S_soc_S_i2c_40003000, label, 4)

◆ DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40003000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40003000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_label_STRING_TOKEN   I2C_0

◆ DT_N_S_soc_S_i2c_40003000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_label_STRING_UPPER_TOKEN   I2C_0

◆ DT_N_S_soc_S_i2c_40003000_P_reg

#define DT_N_S_soc_S_i2c_40003000_P_reg   {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_i2c_40003000_P_reg_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40003000, reg, 0) \
fn(DT_N_S_soc_S_i2c_40003000, reg, 1)

◆ DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40003000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0

#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0   1073754112

◆ DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1

#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_scl_pin

#define DT_N_S_soc_S_i2c_40003000_P_scl_pin   27

◆ DT_N_S_soc_S_i2c_40003000_P_scl_pin_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_scl_pin_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_sda_pin

#define DT_N_S_soc_S_i2c_40003000_P_sda_pin   26

◆ DT_N_S_soc_S_i2c_40003000_P_sda_pin_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_sda_pin_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_status

#define DT_N_S_soc_S_i2c_40003000_P_status   "okay"

◆ DT_N_S_soc_S_i2c_40003000_P_status_ENUM_IDX

#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_i2c_40003000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_i2c_40003000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_i2c_40003000_P_status_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_status_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40003000, status, 0) \
fn(DT_N_S_soc_S_i2c_40003000, status, 1) \
fn(DT_N_S_soc_S_i2c_40003000, status, 2) \
fn(DT_N_S_soc_S_i2c_40003000, status, 3)

◆ DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40003000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40003000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40003000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_i2c_40003000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_i2c_40003000_P_wakeup_source

#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source   0

◆ DT_N_S_soc_S_i2c_40003000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_PARENT

#define DT_N_S_soc_S_i2c_40003000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_i2c_40003000_PATH

#define DT_N_S_soc_S_i2c_40003000_PATH   "/soc/i2c@40003000"

◆ DT_N_S_soc_S_i2c_40003000_PINCTRL_NUM

#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_i2c_40003000_RANGES_NUM

#define DT_N_S_soc_S_i2c_40003000_RANGES_NUM   0

◆ DT_N_S_soc_S_i2c_40003000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_ADDRESS   1073754112 /* 0x40003000 */

◆ DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_i2c_40003000_REG_NUM

#define DT_N_S_soc_S_i2c_40003000_REG_NUM   1

◆ DT_N_S_soc_S_i2c_40003000_REQUIRES_ORDS

#define DT_N_S_soc_S_i2c_40003000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_i2c_40003000_STATUS_okay

#define DT_N_S_soc_S_i2c_40003000_STATUS_okay   1

◆ DT_N_S_soc_S_i2c_40003000_SUPPORTS_ORDS

#define DT_N_S_soc_S_i2c_40003000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_i2c_40004000_COMPAT_MATCHES_nordic_nrf_twi

#define DT_N_S_soc_S_i2c_40004000_COMPAT_MATCHES_nordic_nrf_twi   1

◆ DT_N_S_soc_S_i2c_40004000_EXISTS

#define DT_N_S_soc_S_i2c_40004000_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD

#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2c_40004000_FOREACH_RANGE

#define DT_N_S_soc_S_i2c_40004000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_i2c_40004000_FULL_NAME

#define DT_N_S_soc_S_i2c_40004000_FULL_NAME   "i2c@40004000"

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq   4

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_IRQ_NUM

#define DT_N_S_soc_S_i2c_40004000_IRQ_NUM   1

◆ DT_N_S_soc_S_i2c_40004000_ORD

#define DT_N_S_soc_S_i2c_40004000_ORD   39

◆ DT_N_S_soc_S_i2c_40004000_P_clock_frequency

#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency   100000

◆ DT_N_S_soc_S_i2c_40004000_P_clock_frequency_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_compatible

#define DT_N_S_soc_S_i2c_40004000_P_compatible   {"nordic,nrf-twi"}

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_i2c_40004000, compatible, 0)

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_i2c_40004000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0

#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0   "nordic,nrf-twi"

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_compatible_LEN

#define DT_N_S_soc_S_i2c_40004000_P_compatible_LEN   1

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts

#define DT_N_S_soc_S_i2c_40004000_P_interrupts   {4 /* 0x4 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40004000, interrupts, 0) \
fn(DT_N_S_soc_S_i2c_40004000, interrupts, 1)

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40004000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0   4

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_label

#define DT_N_S_soc_S_i2c_40004000_P_label   "I2C_1"

◆ DT_N_S_soc_S_i2c_40004000_P_label_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_label_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40004000, label, 0) \
fn(DT_N_S_soc_S_i2c_40004000, label, 1) \
fn(DT_N_S_soc_S_i2c_40004000, label, 2) \
fn(DT_N_S_soc_S_i2c_40004000, label, 3) \
fn(DT_N_S_soc_S_i2c_40004000, label, 4)

◆ DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40004000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40004000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_label_STRING_TOKEN   I2C_1

◆ DT_N_S_soc_S_i2c_40004000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_label_STRING_UPPER_TOKEN   I2C_1

◆ DT_N_S_soc_S_i2c_40004000_P_reg

#define DT_N_S_soc_S_i2c_40004000_P_reg   {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_i2c_40004000_P_reg_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40004000, reg, 0) \
fn(DT_N_S_soc_S_i2c_40004000, reg, 1)

◆ DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40004000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0

#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0   1073758208

◆ DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1

#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_scl_pin

#define DT_N_S_soc_S_i2c_40004000_P_scl_pin   31

◆ DT_N_S_soc_S_i2c_40004000_P_scl_pin_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_scl_pin_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_sda_pin

#define DT_N_S_soc_S_i2c_40004000_P_sda_pin   30

◆ DT_N_S_soc_S_i2c_40004000_P_sda_pin_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_sda_pin_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_status

#define DT_N_S_soc_S_i2c_40004000_P_status   "disabled"

◆ DT_N_S_soc_S_i2c_40004000_P_status_ENUM_IDX

#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_i2c_40004000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_i2c_40004000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_i2c_40004000_P_status_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_status_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2c_40004000, status, 0) \
fn(DT_N_S_soc_S_i2c_40004000, status, 1) \
fn(DT_N_S_soc_S_i2c_40004000, status, 2) \
fn(DT_N_S_soc_S_i2c_40004000, status, 3) \
fn(DT_N_S_soc_S_i2c_40004000, status, 4) \
fn(DT_N_S_soc_S_i2c_40004000, status, 5) \
fn(DT_N_S_soc_S_i2c_40004000, status, 6) \
fn(DT_N_S_soc_S_i2c_40004000, status, 7)

◆ DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2c_40004000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2c_40004000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_i2c_40004000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_i2c_40004000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_i2c_40004000_P_wakeup_source

#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source   0

◆ DT_N_S_soc_S_i2c_40004000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_PARENT

#define DT_N_S_soc_S_i2c_40004000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_i2c_40004000_PATH

#define DT_N_S_soc_S_i2c_40004000_PATH   "/soc/i2c@40004000"

◆ DT_N_S_soc_S_i2c_40004000_PINCTRL_NUM

#define DT_N_S_soc_S_i2c_40004000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_i2c_40004000_RANGES_NUM

#define DT_N_S_soc_S_i2c_40004000_RANGES_NUM   0

◆ DT_N_S_soc_S_i2c_40004000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_ADDRESS   1073758208 /* 0x40004000 */

◆ DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_i2c_40004000_REG_NUM

#define DT_N_S_soc_S_i2c_40004000_REG_NUM   1

◆ DT_N_S_soc_S_i2c_40004000_REQUIRES_ORDS

#define DT_N_S_soc_S_i2c_40004000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_i2c_40004000_STATUS_disabled

#define DT_N_S_soc_S_i2c_40004000_STATUS_disabled   1

◆ DT_N_S_soc_S_i2c_40004000_SUPPORTS_ORDS

#define DT_N_S_soc_S_i2c_40004000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_i2s_40025000_COMPAT_MATCHES_nordic_nrf_i2s

#define DT_N_S_soc_S_i2s_40025000_COMPAT_MATCHES_nordic_nrf_i2s   1

◆ DT_N_S_soc_S_i2s_40025000_EXISTS

#define DT_N_S_soc_S_i2s_40025000_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD

#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_i2s_40025000_FOREACH_RANGE

#define DT_N_S_soc_S_i2s_40025000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_i2s_40025000_FULL_NAME

#define DT_N_S_soc_S_i2s_40025000_FULL_NAME   "i2s@40025000"

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq   37

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_IRQ_NUM

#define DT_N_S_soc_S_i2s_40025000_IRQ_NUM   1

◆ DT_N_S_soc_S_i2s_40025000_ORD

#define DT_N_S_soc_S_i2s_40025000_ORD   40

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source

#define DT_N_S_soc_S_i2s_40025000_P_clock_source   "PCLK32M_HFXO"

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_IDX

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_IDX   1

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_UPPER_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 1) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 2) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 3) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 4) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 5) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 6) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 7) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 8) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 9) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 10) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 11)

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 9, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 10, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, clock_source, 11, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UPPER_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_i2s_40025000_P_compatible

#define DT_N_S_soc_S_i2s_40025000_P_compatible   {"nordic,nrf-i2s"}

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_i2s_40025000, compatible, 0)

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_i2s_40025000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0

#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0   "nordic,nrf-i2s"

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_compatible_LEN

#define DT_N_S_soc_S_i2s_40025000_P_compatible_LEN   1

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts

#define DT_N_S_soc_S_i2s_40025000_P_interrupts   {37 /* 0x25 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2s_40025000, interrupts, 0) \
fn(DT_N_S_soc_S_i2s_40025000, interrupts, 1)

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2s_40025000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0   37

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_label

#define DT_N_S_soc_S_i2s_40025000_P_label   "I2S_0"

◆ DT_N_S_soc_S_i2s_40025000_P_label_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_label_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2s_40025000, label, 0) \
fn(DT_N_S_soc_S_i2s_40025000, label, 1) \
fn(DT_N_S_soc_S_i2s_40025000, label, 2) \
fn(DT_N_S_soc_S_i2s_40025000, label, 3) \
fn(DT_N_S_soc_S_i2s_40025000, label, 4)

◆ DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2s_40025000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_label_STRING_TOKEN   I2S_0

◆ DT_N_S_soc_S_i2s_40025000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_label_STRING_UPPER_TOKEN   I2S_0

◆ DT_N_S_soc_S_i2s_40025000_P_reg

#define DT_N_S_soc_S_i2s_40025000_P_reg   {1073893376 /* 0x40025000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_i2s_40025000_P_reg_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2s_40025000, reg, 0) \
fn(DT_N_S_soc_S_i2s_40025000, reg, 1)

◆ DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2s_40025000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0

#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0   1073893376

◆ DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1

#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_status

#define DT_N_S_soc_S_i2s_40025000_P_status   "disabled"

◆ DT_N_S_soc_S_i2s_40025000_P_status_ENUM_IDX

#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_i2s_40025000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_i2s_40025000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_i2s_40025000_P_status_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_status_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_i2s_40025000, status, 0) \
fn(DT_N_S_soc_S_i2s_40025000, status, 1) \
fn(DT_N_S_soc_S_i2s_40025000, status, 2) \
fn(DT_N_S_soc_S_i2s_40025000, status, 3) \
fn(DT_N_S_soc_S_i2s_40025000, status, 4) \
fn(DT_N_S_soc_S_i2s_40025000, status, 5) \
fn(DT_N_S_soc_S_i2s_40025000, status, 6) \
fn(DT_N_S_soc_S_i2s_40025000, status, 7)

◆ DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_i2s_40025000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_i2s_40025000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_i2s_40025000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_i2s_40025000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_i2s_40025000_P_wakeup_source

#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source   0

◆ DT_N_S_soc_S_i2s_40025000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_PARENT

#define DT_N_S_soc_S_i2s_40025000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_i2s_40025000_PATH

#define DT_N_S_soc_S_i2s_40025000_PATH   "/soc/i2s@40025000"

◆ DT_N_S_soc_S_i2s_40025000_PINCTRL_NUM

#define DT_N_S_soc_S_i2s_40025000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_i2s_40025000_RANGES_NUM

#define DT_N_S_soc_S_i2s_40025000_RANGES_NUM   0

◆ DT_N_S_soc_S_i2s_40025000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_ADDRESS   1073893376 /* 0x40025000 */

◆ DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_i2s_40025000_REG_NUM

#define DT_N_S_soc_S_i2s_40025000_REG_NUM   1

◆ DT_N_S_soc_S_i2s_40025000_REQUIRES_ORDS

#define DT_N_S_soc_S_i2s_40025000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_i2s_40025000_STATUS_disabled

#define DT_N_S_soc_S_i2s_40025000_STATUS_disabled   1

◆ DT_N_S_soc_S_i2s_40025000_SUPPORTS_ORDS

#define DT_N_S_soc_S_i2s_40025000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MATCHES_arm_v7m_nvic

#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MATCHES_arm_v7m_nvic   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD

#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_RANGE

#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_FULL_NAME

#define DT_N_S_soc_S_interrupt_controller_e000e100_FULL_NAME   "interrupt-controller@e000e100"

◆ DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_NUM

#define DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_NUM   0

◆ DT_N_S_soc_S_interrupt_controller_e000e100_ORD

#define DT_N_S_soc_S_interrupt_controller_e000e100_ORD   7

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits   3

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible   {"arm,v7m-nvic"}

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0   "arm,v7m-nvic"

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_LEN

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_LEN   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg   {3758153984 /* 0xe000e100 */, 3072 /* 0xc00 */}

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_interrupt_controller_e000e100, reg, 0) \
fn(DT_N_S_soc_S_interrupt_controller_e000e100, reg, 1)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_interrupt_controller_e000e100, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_interrupt_controller_e000e100, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0   3758153984

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1   3072

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source   0

◆ DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_PARENT

#define DT_N_S_soc_S_interrupt_controller_e000e100_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_interrupt_controller_e000e100_PATH

#define DT_N_S_soc_S_interrupt_controller_e000e100_PATH   "/soc/interrupt-controller@e000e100"

◆ DT_N_S_soc_S_interrupt_controller_e000e100_PINCTRL_NUM

#define DT_N_S_soc_S_interrupt_controller_e000e100_PINCTRL_NUM   0

◆ DT_N_S_soc_S_interrupt_controller_e000e100_RANGES_NUM

#define DT_N_S_soc_S_interrupt_controller_e000e100_RANGES_NUM   0

◆ DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_ADDRESS   3758153984 /* 0xe000e100 */

◆ DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_SIZE   3072 /* 0xc00 */

◆ DT_N_S_soc_S_interrupt_controller_e000e100_REG_NUM

#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_NUM   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_REQUIRES_ORDS

#define DT_N_S_soc_S_interrupt_controller_e000e100_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_interrupt_controller_e000e100_STATUS_okay

#define DT_N_S_soc_S_interrupt_controller_e000e100_STATUS_okay   1

◆ DT_N_S_soc_S_interrupt_controller_e000e100_SUPPORTS_ORDS

#define DT_N_S_soc_S_interrupt_controller_e000e100_SUPPORTS_ORDS

◆ DT_N_S_soc_S_memory_20000000_COMPAT_MATCHES_mmio_sram

#define DT_N_S_soc_S_memory_20000000_COMPAT_MATCHES_mmio_sram   1

◆ DT_N_S_soc_S_memory_20000000_EXISTS

#define DT_N_S_soc_S_memory_20000000_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_FOREACH_CHILD

#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_memory_20000000_FOREACH_RANGE

#define DT_N_S_soc_S_memory_20000000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_memory_20000000_FULL_NAME

#define DT_N_S_soc_S_memory_20000000_FULL_NAME   "memory@20000000"

◆ DT_N_S_soc_S_memory_20000000_IRQ_NUM

#define DT_N_S_soc_S_memory_20000000_IRQ_NUM   0

◆ DT_N_S_soc_S_memory_20000000_ORD

#define DT_N_S_soc_S_memory_20000000_ORD   41

◆ DT_N_S_soc_S_memory_20000000_P_compatible

#define DT_N_S_soc_S_memory_20000000_P_compatible   {"mmio-sram"}

◆ DT_N_S_soc_S_memory_20000000_P_compatible_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_memory_20000000, compatible, 0)

◆ DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_memory_20000000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0

#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0   "mmio-sram"

◆ DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_P_compatible_LEN

#define DT_N_S_soc_S_memory_20000000_P_compatible_LEN   1

◆ DT_N_S_soc_S_memory_20000000_P_reg

#define DT_N_S_soc_S_memory_20000000_P_reg   {536870912 /* 0x20000000 */, 262144 /* 0x40000 */}

◆ DT_N_S_soc_S_memory_20000000_P_reg_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_memory_20000000, reg, 0) \
fn(DT_N_S_soc_S_memory_20000000, reg, 1)

◆ DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_memory_20000000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_memory_20000000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_memory_20000000_P_reg_IDX_0

#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0   536870912

◆ DT_N_S_soc_S_memory_20000000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_P_reg_IDX_1

#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1   262144

◆ DT_N_S_soc_S_memory_20000000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_P_wakeup_source

#define DT_N_S_soc_S_memory_20000000_P_wakeup_source   0

◆ DT_N_S_soc_S_memory_20000000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_memory_20000000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_PARENT

#define DT_N_S_soc_S_memory_20000000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_memory_20000000_PATH

#define DT_N_S_soc_S_memory_20000000_PATH   "/soc/memory@20000000"

◆ DT_N_S_soc_S_memory_20000000_PINCTRL_NUM

#define DT_N_S_soc_S_memory_20000000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_memory_20000000_RANGES_NUM

#define DT_N_S_soc_S_memory_20000000_RANGES_NUM   0

◆ DT_N_S_soc_S_memory_20000000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_ADDRESS   536870912 /* 0x20000000 */

◆ DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_SIZE   262144 /* 0x40000 */

◆ DT_N_S_soc_S_memory_20000000_REG_NUM

#define DT_N_S_soc_S_memory_20000000_REG_NUM   1

◆ DT_N_S_soc_S_memory_20000000_REQUIRES_ORDS

#define DT_N_S_soc_S_memory_20000000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_memory_20000000_STATUS_okay

#define DT_N_S_soc_S_memory_20000000_STATUS_okay   1

◆ DT_N_S_soc_S_memory_20000000_SUPPORTS_ORDS

#define DT_N_S_soc_S_memory_20000000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_pdm_4001d000_COMPAT_MATCHES_nordic_nrf_pdm

#define DT_N_S_soc_S_pdm_4001d000_COMPAT_MATCHES_nordic_nrf_pdm   1

◆ DT_N_S_soc_S_pdm_4001d000_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD

#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pdm_4001d000_FOREACH_RANGE

#define DT_N_S_soc_S_pdm_4001d000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_pdm_4001d000_FULL_NAME

#define DT_N_S_soc_S_pdm_4001d000_FULL_NAME   "pdm@4001d000"

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq   29

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_IRQ_NUM

#define DT_N_S_soc_S_pdm_4001d000_IRQ_NUM   1

◆ DT_N_S_soc_S_pdm_4001d000_ORD

#define DT_N_S_soc_S_pdm_4001d000_ORD   42

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source   "PCLK32M_HFXO"

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_IDX

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_IDX   1

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_UPPER_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 1) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 2) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 3) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 4) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 5) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 6) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 7) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 8) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 9) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 10) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 11)

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 7, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 8, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 9, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 10, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 11, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UPPER_TOKEN   PCLK32M_HFXO

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible

#define DT_N_S_soc_S_pdm_4001d000_P_compatible   {"nordic,nrf-pdm"}

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0)

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0   "nordic,nrf-pdm"

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_compatible_LEN

#define DT_N_S_soc_S_pdm_4001d000_P_compatible_LEN   1

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts   {29 /* 0x1d */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, interrupts, 0) \
fn(DT_N_S_soc_S_pdm_4001d000, interrupts, 1)

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0   29

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_label

#define DT_N_S_soc_S_pdm_4001d000_P_label   "PDM_0"

◆ DT_N_S_soc_S_pdm_4001d000_P_label_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_label_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, label, 0) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 1) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 2) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 3) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 4)

◆ DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_label_STRING_TOKEN   PDM_0

◆ DT_N_S_soc_S_pdm_4001d000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_label_STRING_UPPER_TOKEN   PDM_0

◆ DT_N_S_soc_S_pdm_4001d000_P_queue_size

#define DT_N_S_soc_S_pdm_4001d000_P_queue_size   4

◆ DT_N_S_soc_S_pdm_4001d000_P_queue_size_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_queue_size_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_reg

#define DT_N_S_soc_S_pdm_4001d000_P_reg   {1073860608 /* 0x4001d000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, reg, 0) \
fn(DT_N_S_soc_S_pdm_4001d000, reg, 1)

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0

#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0   1073860608

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1

#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_status

#define DT_N_S_soc_S_pdm_4001d000_P_status   "disabled"

◆ DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_IDX

#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pdm_4001d000_P_status_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_status_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, status, 0) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 1) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 2) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 3) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 4) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 5) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 6) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 7)

◆ DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pdm_4001d000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_pdm_4001d000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_pdm_4001d000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pdm_4001d000_P_wakeup_source

#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source   0

◆ DT_N_S_soc_S_pdm_4001d000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_PARENT

#define DT_N_S_soc_S_pdm_4001d000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_pdm_4001d000_PATH

#define DT_N_S_soc_S_pdm_4001d000_PATH   "/soc/pdm@4001d000"

◆ DT_N_S_soc_S_pdm_4001d000_PINCTRL_NUM

#define DT_N_S_soc_S_pdm_4001d000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_pdm_4001d000_RANGES_NUM

#define DT_N_S_soc_S_pdm_4001d000_RANGES_NUM   0

◆ DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_ADDRESS   1073860608 /* 0x4001d000 */

◆ DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_pdm_4001d000_REG_NUM

#define DT_N_S_soc_S_pdm_4001d000_REG_NUM   1

◆ DT_N_S_soc_S_pdm_4001d000_REQUIRES_ORDS

#define DT_N_S_soc_S_pdm_4001d000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_pdm_4001d000_STATUS_disabled

#define DT_N_S_soc_S_pdm_4001d000_STATUS_disabled   1

◆ DT_N_S_soc_S_pdm_4001d000_SUPPORTS_ORDS

#define DT_N_S_soc_S_pdm_4001d000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_pwm_4001c000_COMPAT_MATCHES_nordic_nrf_pwm

#define DT_N_S_soc_S_pwm_4001c000_COMPAT_MATCHES_nordic_nrf_pwm   1

◆ DT_N_S_soc_S_pwm_4001c000_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD

#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_4001c000_FOREACH_RANGE

#define DT_N_S_soc_S_pwm_4001c000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_pwm_4001c000_FULL_NAME

#define DT_N_S_soc_S_pwm_4001c000_FULL_NAME   "pwm@4001c000"

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq   28

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_IRQ_NUM

#define DT_N_S_soc_S_pwm_4001c000_IRQ_NUM   1

◆ DT_N_S_soc_S_pwm_4001c000_ORD

#define DT_N_S_soc_S_pwm_4001c000_ORD   24

◆ DT_N_S_soc_S_pwm_4001c000_P_center_aligned

#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned   0

◆ DT_N_S_soc_S_pwm_4001c000_P_center_aligned_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted

#define DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch0_pin

#define DT_N_S_soc_S_pwm_4001c000_P_ch0_pin   13

◆ DT_N_S_soc_S_pwm_4001c000_P_ch0_pin_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_ch0_pin_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted

#define DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted   0

◆ DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted

#define DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted   0

◆ DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted

#define DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted   0

◆ DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible

#define DT_N_S_soc_S_pwm_4001c000_P_compatible   {"nordic,nrf-pwm"}

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0)

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0   "nordic,nrf-pwm"

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_compatible_LEN

#define DT_N_S_soc_S_pwm_4001c000_P_compatible_LEN   1

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts   {28 /* 0x1c */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, interrupts, 0) \
fn(DT_N_S_soc_S_pwm_4001c000, interrupts, 1)

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0   28

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_label

#define DT_N_S_soc_S_pwm_4001c000_P_label   "PWM_0"

◆ DT_N_S_soc_S_pwm_4001c000_P_label_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_label_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, label, 0) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 1) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 2) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 3) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 4)

◆ DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4001c000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_label_STRING_TOKEN   PWM_0

◆ DT_N_S_soc_S_pwm_4001c000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_label_STRING_UPPER_TOKEN   PWM_0

◆ DT_N_S_soc_S_pwm_4001c000_P_reg

#define DT_N_S_soc_S_pwm_4001c000_P_reg   {1073856512 /* 0x4001c000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, reg, 0) \
fn(DT_N_S_soc_S_pwm_4001c000, reg, 1)

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0

#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0   1073856512

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1

#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_status

#define DT_N_S_soc_S_pwm_4001c000_P_status   "okay"

◆ DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_IDX

#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_pwm_4001c000_P_status_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_status_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, status, 0) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 1) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 2) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 3)

◆ DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4001c000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4001c000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4001c000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_pwm_4001c000_P_wakeup_source

#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source   0

◆ DT_N_S_soc_S_pwm_4001c000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_PARENT

#define DT_N_S_soc_S_pwm_4001c000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_pwm_4001c000_PATH

#define DT_N_S_soc_S_pwm_4001c000_PATH   "/soc/pwm@4001c000"

◆ DT_N_S_soc_S_pwm_4001c000_PINCTRL_NUM

#define DT_N_S_soc_S_pwm_4001c000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_pwm_4001c000_RANGES_NUM

#define DT_N_S_soc_S_pwm_4001c000_RANGES_NUM   0

◆ DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_ADDRESS   1073856512 /* 0x4001c000 */

◆ DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_pwm_4001c000_REG_NUM

#define DT_N_S_soc_S_pwm_4001c000_REG_NUM   1

◆ DT_N_S_soc_S_pwm_4001c000_REQUIRES_ORDS

#define DT_N_S_soc_S_pwm_4001c000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_pwm_4001c000_STATUS_okay

#define DT_N_S_soc_S_pwm_4001c000_STATUS_okay   1

◆ DT_N_S_soc_S_pwm_4001c000_SUPPORTS_ORDS

#define DT_N_S_soc_S_pwm_4001c000_SUPPORTS_ORDS
Value:
25, /* /pwmleds/pwm_led_0 */ \
26, /* /pwmleds/pwm_led_1 */

◆ DT_N_S_soc_S_pwm_40021000_COMPAT_MATCHES_nordic_nrf_pwm

#define DT_N_S_soc_S_pwm_40021000_COMPAT_MATCHES_nordic_nrf_pwm   1

◆ DT_N_S_soc_S_pwm_40021000_EXISTS

#define DT_N_S_soc_S_pwm_40021000_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD

#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_40021000_FOREACH_RANGE

#define DT_N_S_soc_S_pwm_40021000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_pwm_40021000_FULL_NAME

#define DT_N_S_soc_S_pwm_40021000_FULL_NAME   "pwm@40021000"

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq   33

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_IRQ_NUM

#define DT_N_S_soc_S_pwm_40021000_IRQ_NUM   1

◆ DT_N_S_soc_S_pwm_40021000_ORD

#define DT_N_S_soc_S_pwm_40021000_ORD   43

◆ DT_N_S_soc_S_pwm_40021000_P_center_aligned

#define DT_N_S_soc_S_pwm_40021000_P_center_aligned   0

◆ DT_N_S_soc_S_pwm_40021000_P_center_aligned_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_center_aligned_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_ch0_inverted

#define DT_N_S_soc_S_pwm_40021000_P_ch0_inverted   0

◆ DT_N_S_soc_S_pwm_40021000_P_ch0_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_ch0_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_ch1_inverted

#define DT_N_S_soc_S_pwm_40021000_P_ch1_inverted   0

◆ DT_N_S_soc_S_pwm_40021000_P_ch1_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_ch1_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_ch2_inverted

#define DT_N_S_soc_S_pwm_40021000_P_ch2_inverted   0

◆ DT_N_S_soc_S_pwm_40021000_P_ch2_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_ch2_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_ch3_inverted

#define DT_N_S_soc_S_pwm_40021000_P_ch3_inverted   0

◆ DT_N_S_soc_S_pwm_40021000_P_ch3_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_ch3_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_compatible

#define DT_N_S_soc_S_pwm_40021000_P_compatible   {"nordic,nrf-pwm"}

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_pwm_40021000, compatible, 0)

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_pwm_40021000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0

#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0   "nordic,nrf-pwm"

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_compatible_LEN

#define DT_N_S_soc_S_pwm_40021000_P_compatible_LEN   1

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts

#define DT_N_S_soc_S_pwm_40021000_P_interrupts   {33 /* 0x21 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40021000, interrupts, 0) \
fn(DT_N_S_soc_S_pwm_40021000, interrupts, 1)

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40021000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0   33

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_label

#define DT_N_S_soc_S_pwm_40021000_P_label   "PWM_1"

◆ DT_N_S_soc_S_pwm_40021000_P_label_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_label_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40021000, label, 0) \
fn(DT_N_S_soc_S_pwm_40021000, label, 1) \
fn(DT_N_S_soc_S_pwm_40021000, label, 2) \
fn(DT_N_S_soc_S_pwm_40021000, label, 3) \
fn(DT_N_S_soc_S_pwm_40021000, label, 4)

◆ DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40021000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40021000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_label_STRING_TOKEN   PWM_1

◆ DT_N_S_soc_S_pwm_40021000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_label_STRING_UPPER_TOKEN   PWM_1

◆ DT_N_S_soc_S_pwm_40021000_P_reg

#define DT_N_S_soc_S_pwm_40021000_P_reg   {1073876992 /* 0x40021000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_pwm_40021000_P_reg_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40021000, reg, 0) \
fn(DT_N_S_soc_S_pwm_40021000, reg, 1)

◆ DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40021000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0

#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0   1073876992

◆ DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1

#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_status

#define DT_N_S_soc_S_pwm_40021000_P_status   "disabled"

◆ DT_N_S_soc_S_pwm_40021000_P_status_ENUM_IDX

#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_pwm_40021000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_40021000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_40021000_P_status_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_status_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40021000, status, 0) \
fn(DT_N_S_soc_S_pwm_40021000, status, 1) \
fn(DT_N_S_soc_S_pwm_40021000, status, 2) \
fn(DT_N_S_soc_S_pwm_40021000, status, 3) \
fn(DT_N_S_soc_S_pwm_40021000, status, 4) \
fn(DT_N_S_soc_S_pwm_40021000, status, 5) \
fn(DT_N_S_soc_S_pwm_40021000, status, 6) \
fn(DT_N_S_soc_S_pwm_40021000, status, 7)

◆ DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40021000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40021000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40021000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_40021000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_40021000_P_wakeup_source

#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source   0

◆ DT_N_S_soc_S_pwm_40021000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_PARENT

#define DT_N_S_soc_S_pwm_40021000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_pwm_40021000_PATH

#define DT_N_S_soc_S_pwm_40021000_PATH   "/soc/pwm@40021000"

◆ DT_N_S_soc_S_pwm_40021000_PINCTRL_NUM

#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_pwm_40021000_RANGES_NUM

#define DT_N_S_soc_S_pwm_40021000_RANGES_NUM   0

◆ DT_N_S_soc_S_pwm_40021000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_ADDRESS   1073876992 /* 0x40021000 */

◆ DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_pwm_40021000_REG_NUM

#define DT_N_S_soc_S_pwm_40021000_REG_NUM   1

◆ DT_N_S_soc_S_pwm_40021000_REQUIRES_ORDS

#define DT_N_S_soc_S_pwm_40021000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_pwm_40021000_STATUS_disabled

#define DT_N_S_soc_S_pwm_40021000_STATUS_disabled   1

◆ DT_N_S_soc_S_pwm_40021000_SUPPORTS_ORDS

#define DT_N_S_soc_S_pwm_40021000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_pwm_40022000_COMPAT_MATCHES_nordic_nrf_pwm

#define DT_N_S_soc_S_pwm_40022000_COMPAT_MATCHES_nordic_nrf_pwm   1

◆ DT_N_S_soc_S_pwm_40022000_EXISTS

#define DT_N_S_soc_S_pwm_40022000_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD

#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_40022000_FOREACH_RANGE

#define DT_N_S_soc_S_pwm_40022000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_pwm_40022000_FULL_NAME

#define DT_N_S_soc_S_pwm_40022000_FULL_NAME   "pwm@40022000"

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq   34

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_IRQ_NUM

#define DT_N_S_soc_S_pwm_40022000_IRQ_NUM   1

◆ DT_N_S_soc_S_pwm_40022000_ORD

#define DT_N_S_soc_S_pwm_40022000_ORD   44

◆ DT_N_S_soc_S_pwm_40022000_P_center_aligned

#define DT_N_S_soc_S_pwm_40022000_P_center_aligned   0

◆ DT_N_S_soc_S_pwm_40022000_P_center_aligned_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_center_aligned_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_ch0_inverted

#define DT_N_S_soc_S_pwm_40022000_P_ch0_inverted   0

◆ DT_N_S_soc_S_pwm_40022000_P_ch0_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_ch0_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_ch1_inverted

#define DT_N_S_soc_S_pwm_40022000_P_ch1_inverted   0

◆ DT_N_S_soc_S_pwm_40022000_P_ch1_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_ch1_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_ch2_inverted

#define DT_N_S_soc_S_pwm_40022000_P_ch2_inverted   0

◆ DT_N_S_soc_S_pwm_40022000_P_ch2_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_ch2_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_ch3_inverted

#define DT_N_S_soc_S_pwm_40022000_P_ch3_inverted   0

◆ DT_N_S_soc_S_pwm_40022000_P_ch3_inverted_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_ch3_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_compatible

#define DT_N_S_soc_S_pwm_40022000_P_compatible   {"nordic,nrf-pwm"}

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_pwm_40022000, compatible, 0)

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_pwm_40022000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0

#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0   "nordic,nrf-pwm"

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_compatible_LEN

#define DT_N_S_soc_S_pwm_40022000_P_compatible_LEN   1

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts

#define DT_N_S_soc_S_pwm_40022000_P_interrupts   {34 /* 0x22 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40022000, interrupts, 0) \
fn(DT_N_S_soc_S_pwm_40022000, interrupts, 1)

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40022000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0   34

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_label

#define DT_N_S_soc_S_pwm_40022000_P_label   "PWM_2"

◆ DT_N_S_soc_S_pwm_40022000_P_label_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_label_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40022000, label, 0) \
fn(DT_N_S_soc_S_pwm_40022000, label, 1) \
fn(DT_N_S_soc_S_pwm_40022000, label, 2) \
fn(DT_N_S_soc_S_pwm_40022000, label, 3) \
fn(DT_N_S_soc_S_pwm_40022000, label, 4)

◆ DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40022000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40022000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_label_STRING_TOKEN   PWM_2

◆ DT_N_S_soc_S_pwm_40022000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_label_STRING_UPPER_TOKEN   PWM_2

◆ DT_N_S_soc_S_pwm_40022000_P_reg

#define DT_N_S_soc_S_pwm_40022000_P_reg   {1073881088 /* 0x40022000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_pwm_40022000_P_reg_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40022000, reg, 0) \
fn(DT_N_S_soc_S_pwm_40022000, reg, 1)

◆ DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40022000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0

#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0   1073881088

◆ DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1

#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_status

#define DT_N_S_soc_S_pwm_40022000_P_status   "disabled"

◆ DT_N_S_soc_S_pwm_40022000_P_status_ENUM_IDX

#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_pwm_40022000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_40022000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_40022000_P_status_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_status_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_40022000, status, 0) \
fn(DT_N_S_soc_S_pwm_40022000, status, 1) \
fn(DT_N_S_soc_S_pwm_40022000, status, 2) \
fn(DT_N_S_soc_S_pwm_40022000, status, 3) \
fn(DT_N_S_soc_S_pwm_40022000, status, 4) \
fn(DT_N_S_soc_S_pwm_40022000, status, 5) \
fn(DT_N_S_soc_S_pwm_40022000, status, 6) \
fn(DT_N_S_soc_S_pwm_40022000, status, 7)

◆ DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_40022000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_40022000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_40022000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_40022000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_40022000_P_wakeup_source

#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source   0

◆ DT_N_S_soc_S_pwm_40022000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_PARENT

#define DT_N_S_soc_S_pwm_40022000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_pwm_40022000_PATH

#define DT_N_S_soc_S_pwm_40022000_PATH   "/soc/pwm@40022000"

◆ DT_N_S_soc_S_pwm_40022000_PINCTRL_NUM

#define DT_N_S_soc_S_pwm_40022000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_pwm_40022000_RANGES_NUM

#define DT_N_S_soc_S_pwm_40022000_RANGES_NUM   0

◆ DT_N_S_soc_S_pwm_40022000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_ADDRESS   1073881088 /* 0x40022000 */

◆ DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_pwm_40022000_REG_NUM

#define DT_N_S_soc_S_pwm_40022000_REG_NUM   1

◆ DT_N_S_soc_S_pwm_40022000_REQUIRES_ORDS

#define DT_N_S_soc_S_pwm_40022000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_pwm_40022000_STATUS_disabled

#define DT_N_S_soc_S_pwm_40022000_STATUS_disabled   1

◆ DT_N_S_soc_S_pwm_40022000_SUPPORTS_ORDS

#define DT_N_S_soc_S_pwm_40022000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_pwm_4002d000_COMPAT_MATCHES_nordic_nrf_pwm

#define DT_N_S_soc_S_pwm_4002d000_COMPAT_MATCHES_nordic_nrf_pwm   1

◆ DT_N_S_soc_S_pwm_4002d000_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD

#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_pwm_4002d000_FOREACH_RANGE

#define DT_N_S_soc_S_pwm_4002d000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_pwm_4002d000_FULL_NAME

#define DT_N_S_soc_S_pwm_4002d000_FULL_NAME   "pwm@4002d000"

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq   45

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_IRQ_NUM

#define DT_N_S_soc_S_pwm_4002d000_IRQ_NUM   1

◆ DT_N_S_soc_S_pwm_4002d000_ORD

#define DT_N_S_soc_S_pwm_4002d000_ORD   45

◆ DT_N_S_soc_S_pwm_4002d000_P_center_aligned

#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned   0

◆ DT_N_S_soc_S_pwm_4002d000_P_center_aligned_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted

#define DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted   0

◆ DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted

#define DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted   0

◆ DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted

#define DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted   0

◆ DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted

#define DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted   0

◆ DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible

#define DT_N_S_soc_S_pwm_4002d000_P_compatible   {"nordic,nrf-pwm"}

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0)

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0   "nordic,nrf-pwm"

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_compatible_LEN

#define DT_N_S_soc_S_pwm_4002d000_P_compatible_LEN   1

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts   {45 /* 0x2d */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, interrupts, 0) \
fn(DT_N_S_soc_S_pwm_4002d000, interrupts, 1)

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0   45

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_label

#define DT_N_S_soc_S_pwm_4002d000_P_label   "PWM_3"

◆ DT_N_S_soc_S_pwm_4002d000_P_label_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_label_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, label, 0) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 1) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 2) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 3) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 4)

◆ DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4002d000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_label_STRING_TOKEN   PWM_3

◆ DT_N_S_soc_S_pwm_4002d000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_label_STRING_UPPER_TOKEN   PWM_3

◆ DT_N_S_soc_S_pwm_4002d000_P_reg

#define DT_N_S_soc_S_pwm_4002d000_P_reg   {1073926144 /* 0x4002d000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, reg, 0) \
fn(DT_N_S_soc_S_pwm_4002d000, reg, 1)

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0

#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0   1073926144

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1

#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_status

#define DT_N_S_soc_S_pwm_4002d000_P_status   "disabled"

◆ DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_IDX

#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_4002d000_P_status_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_status_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, status, 0) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 1) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 2) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 3) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 4) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 5) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 6) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 7)

◆ DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_pwm_4002d000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_pwm_4002d000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_pwm_4002d000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_pwm_4002d000_P_wakeup_source

#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source   0

◆ DT_N_S_soc_S_pwm_4002d000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_PARENT

#define DT_N_S_soc_S_pwm_4002d000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_pwm_4002d000_PATH

#define DT_N_S_soc_S_pwm_4002d000_PATH   "/soc/pwm@4002d000"

◆ DT_N_S_soc_S_pwm_4002d000_PINCTRL_NUM

#define DT_N_S_soc_S_pwm_4002d000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_pwm_4002d000_RANGES_NUM

#define DT_N_S_soc_S_pwm_4002d000_RANGES_NUM   0

◆ DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_ADDRESS   1073926144 /* 0x4002d000 */

◆ DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_pwm_4002d000_REG_NUM

#define DT_N_S_soc_S_pwm_4002d000_REG_NUM   1

◆ DT_N_S_soc_S_pwm_4002d000_REQUIRES_ORDS

#define DT_N_S_soc_S_pwm_4002d000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_pwm_4002d000_STATUS_disabled

#define DT_N_S_soc_S_pwm_4002d000_STATUS_disabled   1

◆ DT_N_S_soc_S_pwm_4002d000_SUPPORTS_ORDS

#define DT_N_S_soc_S_pwm_4002d000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_qdec_40012000_COMPAT_MATCHES_nordic_nrf_qdec

#define DT_N_S_soc_S_qdec_40012000_COMPAT_MATCHES_nordic_nrf_qdec   1

◆ DT_N_S_soc_S_qdec_40012000_EXISTS

#define DT_N_S_soc_S_qdec_40012000_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD

#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_qdec_40012000_FOREACH_RANGE

#define DT_N_S_soc_S_qdec_40012000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_qdec_40012000_FULL_NAME

#define DT_N_S_soc_S_qdec_40012000_FULL_NAME   "qdec@40012000"

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq   18

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_IRQ_NUM

#define DT_N_S_soc_S_qdec_40012000_IRQ_NUM   1

◆ DT_N_S_soc_S_qdec_40012000_ORD

#define DT_N_S_soc_S_qdec_40012000_ORD   46

◆ DT_N_S_soc_S_qdec_40012000_P_compatible

#define DT_N_S_soc_S_qdec_40012000_P_compatible   {"nordic,nrf-qdec"}

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_qdec_40012000, compatible, 0)

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qdec_40012000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0

#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0   "nordic,nrf-qdec"

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_compatible_LEN

#define DT_N_S_soc_S_qdec_40012000_P_compatible_LEN   1

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts

#define DT_N_S_soc_S_qdec_40012000_P_interrupts   {18 /* 0x12 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qdec_40012000, interrupts, 0) \
fn(DT_N_S_soc_S_qdec_40012000, interrupts, 1)

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qdec_40012000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0   18

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_label

#define DT_N_S_soc_S_qdec_40012000_P_label   "QDEC"

◆ DT_N_S_soc_S_qdec_40012000_P_label_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_label_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qdec_40012000, label, 0) \
fn(DT_N_S_soc_S_qdec_40012000, label, 1) \
fn(DT_N_S_soc_S_qdec_40012000, label, 2) \
fn(DT_N_S_soc_S_qdec_40012000, label, 3)

◆ DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qdec_40012000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, label, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qdec_40012000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_label_STRING_TOKEN   QDEC

◆ DT_N_S_soc_S_qdec_40012000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_label_STRING_UPPER_TOKEN   QDEC

◆ DT_N_S_soc_S_qdec_40012000_P_reg

#define DT_N_S_soc_S_qdec_40012000_P_reg   {1073815552 /* 0x40012000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_qdec_40012000_P_reg_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qdec_40012000, reg, 0) \
fn(DT_N_S_soc_S_qdec_40012000, reg, 1)

◆ DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qdec_40012000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0

#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0   1073815552

◆ DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1

#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_status

#define DT_N_S_soc_S_qdec_40012000_P_status   "disabled"

◆ DT_N_S_soc_S_qdec_40012000_P_status_ENUM_IDX

#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_qdec_40012000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_qdec_40012000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_qdec_40012000_P_status_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_status_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qdec_40012000, status, 0) \
fn(DT_N_S_soc_S_qdec_40012000, status, 1) \
fn(DT_N_S_soc_S_qdec_40012000, status, 2) \
fn(DT_N_S_soc_S_qdec_40012000, status, 3) \
fn(DT_N_S_soc_S_qdec_40012000, status, 4) \
fn(DT_N_S_soc_S_qdec_40012000, status, 5) \
fn(DT_N_S_soc_S_qdec_40012000, status, 6) \
fn(DT_N_S_soc_S_qdec_40012000, status, 7)

◆ DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qdec_40012000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_qdec_40012000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_qdec_40012000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_qdec_40012000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_qdec_40012000_P_wakeup_source

#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source   0

◆ DT_N_S_soc_S_qdec_40012000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_PARENT

#define DT_N_S_soc_S_qdec_40012000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_qdec_40012000_PATH

#define DT_N_S_soc_S_qdec_40012000_PATH   "/soc/qdec@40012000"

◆ DT_N_S_soc_S_qdec_40012000_PINCTRL_NUM

#define DT_N_S_soc_S_qdec_40012000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_qdec_40012000_RANGES_NUM

#define DT_N_S_soc_S_qdec_40012000_RANGES_NUM   0

◆ DT_N_S_soc_S_qdec_40012000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_ADDRESS   1073815552 /* 0x40012000 */

◆ DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_qdec_40012000_REG_NUM

#define DT_N_S_soc_S_qdec_40012000_REG_NUM   1

◆ DT_N_S_soc_S_qdec_40012000_REQUIRES_ORDS

#define DT_N_S_soc_S_qdec_40012000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_qdec_40012000_STATUS_disabled

#define DT_N_S_soc_S_qdec_40012000_STATUS_disabled   1

◆ DT_N_S_soc_S_qdec_40012000_SUPPORTS_ORDS

#define DT_N_S_soc_S_qdec_40012000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_qspi_40029000_COMPAT_MATCHES_nordic_nrf_qspi

#define DT_N_S_soc_S_qspi_40029000_COMPAT_MATCHES_nordic_nrf_qspi   1

◆ DT_N_S_soc_S_qspi_40029000_EXISTS

#define DT_N_S_soc_S_qspi_40029000_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD

#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD (   fn)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)

◆ DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY (   fn)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0)

◆ DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_FOREACH_RANGE

#define DT_N_S_soc_S_qspi_40029000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_qspi_40029000_FULL_NAME

#define DT_N_S_soc_S_qspi_40029000_FULL_NAME   "qspi@40029000"

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq   41

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_IRQ_NUM

#define DT_N_S_soc_S_qspi_40029000_IRQ_NUM   1

◆ DT_N_S_soc_S_qspi_40029000_ORD

#define DT_N_S_soc_S_qspi_40029000_ORD   78

◆ DT_N_S_soc_S_qspi_40029000_P_compatible

#define DT_N_S_soc_S_qspi_40029000_P_compatible   {"nordic,nrf-qspi"}

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_qspi_40029000, compatible, 0)

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0   "nordic,nrf-qspi"

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_compatible_LEN

#define DT_N_S_soc_S_qspi_40029000_P_compatible_LEN   1

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins   {17 /* 0x11 */}

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0)

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0   17

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_csn_pins_LEN

#define DT_N_S_soc_S_qspi_40029000_P_csn_pins_LEN   1

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts

#define DT_N_S_soc_S_qspi_40029000_P_interrupts   {41 /* 0x29 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, interrupts, 0) \
fn(DT_N_S_soc_S_qspi_40029000, interrupts, 1)

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0   41

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins

#define DT_N_S_soc_S_qspi_40029000_P_io_pins   {20 /* 0x14 */, 21 /* 0x15 */, 22 /* 0x16 */, 23 /* 0x17 */}

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 0) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 1) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 2) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 3)

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, io_pins, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0   20

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1   21

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2   22

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3   23

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_io_pins_LEN

#define DT_N_S_soc_S_qspi_40029000_P_io_pins_LEN   4

◆ DT_N_S_soc_S_qspi_40029000_P_label

#define DT_N_S_soc_S_qspi_40029000_P_label   "QSPI"

◆ DT_N_S_soc_S_qspi_40029000_P_label_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_label_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, label, 0) \
fn(DT_N_S_soc_S_qspi_40029000, label, 1) \
fn(DT_N_S_soc_S_qspi_40029000, label, 2) \
fn(DT_N_S_soc_S_qspi_40029000, label, 3)

◆ DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, label, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_label_STRING_TOKEN   QSPI

◆ DT_N_S_soc_S_qspi_40029000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_label_STRING_UPPER_TOKEN   QSPI

◆ DT_N_S_soc_S_qspi_40029000_P_reg

#define DT_N_S_soc_S_qspi_40029000_P_reg   {1073909760 /* 0x40029000 */, 4096 /* 0x1000 */, 301989888 /* 0x12000000 */, 134217728 /* 0x8000000 */}

◆ DT_N_S_soc_S_qspi_40029000_P_reg_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, reg, 0) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 1) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 2) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 3)

◆ DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, reg, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0   1073909760

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2   301989888

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3   134217728

◆ DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names

#define DT_N_S_soc_S_qspi_40029000_P_reg_names   {"qspi", "qspi_mm"}

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, reg_names, 0) \
fn(DT_N_S_soc_S_qspi_40029000, reg_names, 1)

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, reg_names, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, reg_names, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0   "qspi"

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1   "qspi_mm"

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_reg_names_LEN

#define DT_N_S_soc_S_qspi_40029000_P_reg_names_LEN   2

◆ DT_N_S_soc_S_qspi_40029000_P_sck_pin

#define DT_N_S_soc_S_qspi_40029000_P_sck_pin   19

◆ DT_N_S_soc_S_qspi_40029000_P_sck_pin_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_sck_pin_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_status

#define DT_N_S_soc_S_qspi_40029000_P_status   "okay"

◆ DT_N_S_soc_S_qspi_40029000_P_status_ENUM_IDX

#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_qspi_40029000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_qspi_40029000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_qspi_40029000_P_status_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_status_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000, status, 0) \
fn(DT_N_S_soc_S_qspi_40029000, status, 1) \
fn(DT_N_S_soc_S_qspi_40029000, status, 2) \
fn(DT_N_S_soc_S_qspi_40029000, status, 3)

◆ DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_qspi_40029000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_qspi_40029000_P_wakeup_source

#define DT_N_S_soc_S_qspi_40029000_P_wakeup_source   0

◆ DT_N_S_soc_S_qspi_40029000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_qspi_40029000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_PARENT

#define DT_N_S_soc_S_qspi_40029000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_qspi_40029000_PATH

#define DT_N_S_soc_S_qspi_40029000_PATH   "/soc/qspi@40029000"

◆ DT_N_S_soc_S_qspi_40029000_PINCTRL_NUM

#define DT_N_S_soc_S_qspi_40029000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_qspi_40029000_RANGES_NUM

#define DT_N_S_soc_S_qspi_40029000_RANGES_NUM   0

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS   1073909760 /* 0x40029000 */

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS   301989888 /* 0x12000000 */

◆ DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE

#define DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE   134217728 /* 0x8000000 */

◆ DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_ADDRESS

#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_ADDRESS   DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS

◆ DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_SIZE

#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_SIZE   DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE

◆ DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_ADDRESS

#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_ADDRESS   DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS

◆ DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_SIZE

#define DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_SIZE   DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE

◆ DT_N_S_soc_S_qspi_40029000_REG_NUM

#define DT_N_S_soc_S_qspi_40029000_REG_NUM   2

◆ DT_N_S_soc_S_qspi_40029000_REQUIRES_ORDS

#define DT_N_S_soc_S_qspi_40029000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS   DT_N_S_soc_S_qspi_40029000

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS_qspi

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS_qspi   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_COMPAT_MATCHES_nordic_qspi_nor

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_COMPAT_MATCHES_nordic_qspi_nor   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_RANGE

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FULL_NAME

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FULL_NAME   "mx25r6435f@0"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_IRQ_NUM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_IRQ_NUM   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_ORD

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_ORD   79

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible   {"nordic,qspi-nor"}

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0   "nordic,qspi-nor"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_LEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_LEN   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id   {194 /* 0xc2 */, 40 /* 0x28 */, 23 /* 0x17 */}

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 0) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 1) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 2)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, jedec_id, 2, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0   194

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1   40

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2   23

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_LEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_LEN   3

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label   "MX25R64"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 0) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 1) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 2) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 3) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 4) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 5) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 6)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_TOKEN   MX25R64

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_UPPER_TOKEN   MX25R64

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements   "S1B6"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_IDX

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_IDX   2

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_TOKEN   S1B6

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_UPPER_TOKEN   S1B6

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 0) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 1) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 2) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 3)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, quad_enable_requirements, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_TOKEN   S1B6

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_UPPER_TOKEN   S1B6

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc   "read4io"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_IDX

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_IDX   4

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_TOKEN   read4io

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_UPPER_TOKEN   READ4IO

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 0) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 1) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 2) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 3) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 4) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 5) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 6)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, readoc, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_TOKEN   read4io

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_UPPER_TOKEN   READ4IO

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg   {0 /* 0x0 */}

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency   8000000

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp   {229 /* 0xe5 */, 32 /* 0x20 */, 241 /* 0xf1 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 3 /* 0x3 */, 68 /* 0x44 */, 235 /* 0xeb */, 8 /* 0x8 */, 107 /* 0x6b */, 8 /* 0x8 */, 59 /* 0x3b */, 4 /* 0x4 */, 187 /* 0xbb */, 238 /* 0xee */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 12 /* 0xc */, 32 /* 0x20 */, 15 /* 0xf */, 82 /* 0x52 */, 16 /* 0x10 */, 216 /* 0xd8 */, 0 /* 0x0 */, 255 /* 0xff */, 35 /* 0x23 */, 114 /* 0x72 */, 245 /* 0xf5 */, 0 /* 0x0 */, 130 /* 0x82 */, 237 /* 0xed */, 4 /* 0x4 */, 204 /* 0xcc */, 68 /* 0x44 */, 131 /* 0x83 */, 104 /* 0x68 */, 68 /* 0x44 */, 48 /* 0x30 */, 176 /* 0xb0 */, 48 /* 0x30 */, 176 /* 0xb0 */, 247 /* 0xf7 */, 196 /* 0xc4 */, 213 /* 0xd5 */, 92 /* 0x5c */, 0 /* 0x0 */, 190 /* 0xbe */, 41 /* 0x29 */, 255 /* 0xff */, 240 /* 0xf0 */, 208 /* 0xd0 */, 255 /* 0xff */, 255 /* 0xff */}

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM (   fn)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0   229

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1   32

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10   8

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11   107

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12   8

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13   59

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14   4

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15   187

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16   238

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2   241

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28   12

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29   32

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30   15

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31   82

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32   16

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33   216

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36   35

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37   114

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38   245

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40   130

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41   237

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42   4

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43   204

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44   68

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45   131

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46   104

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47   68

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48   48

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49   176

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50   48

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51   176

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52   247

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53   196

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54   213

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55   92

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57   190

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58   41

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60   240

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61   208

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63   255

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7   3

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8   68

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9   235

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_LEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_LEN   64

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size   67108864

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd   10000

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd   35000

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc   "pp4io"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_IDX

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_IDX   3

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_TOKEN   pp4io

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_UPPER_TOKEN   PP4IO

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 0) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 1) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 2) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 3) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 4)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, writeoc, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_TOKEN   pp4io

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_UPPER_TOKEN   PP4IO

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PARENT

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PARENT   DT_N_S_soc_S_qspi_40029000

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PATH

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PATH   "/soc/qspi@40029000/mx25r6435f@0"

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PINCTRL_NUM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PINCTRL_NUM   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_RANGES_NUM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_RANGES_NUM   0

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_VAL_ADDRESS   0 /* 0x0 */

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_NUM

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_NUM   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REQUIRES_ORDS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REQUIRES_ORDS    78, /* /soc/qspi@40029000 */

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_STATUS_okay

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_STATUS_okay   1

◆ DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_SUPPORTS_ORDS

#define DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_qspi_40029000_STATUS_okay

#define DT_N_S_soc_S_qspi_40029000_STATUS_okay   1

◆ DT_N_S_soc_S_qspi_40029000_SUPPORTS_ORDS

#define DT_N_S_soc_S_qspi_40029000_SUPPORTS_ORDS    79, /* /soc/qspi@40029000/mx25r6435f@0 */

◆ DT_N_S_soc_S_radio_40001000_COMPAT_MATCHES_nordic_nrf_radio

#define DT_N_S_soc_S_radio_40001000_COMPAT_MATCHES_nordic_nrf_radio   1

◆ DT_N_S_soc_S_radio_40001000_EXISTS

#define DT_N_S_soc_S_radio_40001000_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_FOREACH_CHILD

#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_radio_40001000_FOREACH_RANGE

#define DT_N_S_soc_S_radio_40001000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_radio_40001000_FULL_NAME

#define DT_N_S_soc_S_radio_40001000_FULL_NAME   "radio@40001000"

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_IRQ_NUM

#define DT_N_S_soc_S_radio_40001000_IRQ_NUM   1

◆ DT_N_S_soc_S_radio_40001000_ORD

#define DT_N_S_soc_S_radio_40001000_ORD   47

◆ DT_N_S_soc_S_radio_40001000_P_compatible

#define DT_N_S_soc_S_radio_40001000_P_compatible   {"nordic,nrf-radio"}

◆ DT_N_S_soc_S_radio_40001000_P_compatible_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_radio_40001000, compatible, 0)

◆ DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_radio_40001000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0

#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0   "nordic,nrf-radio"

◆ DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_compatible_LEN

#define DT_N_S_soc_S_radio_40001000_P_compatible_LEN   1

◆ DT_N_S_soc_S_radio_40001000_P_dfe_supported

#define DT_N_S_soc_S_radio_40001000_P_dfe_supported   0

◆ DT_N_S_soc_S_radio_40001000_P_dfe_supported_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_dfe_supported_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_interrupts

#define DT_N_S_soc_S_radio_40001000_P_interrupts   {1 /* 0x1 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_radio_40001000, interrupts, 0) \
fn(DT_N_S_soc_S_radio_40001000, interrupts, 1)

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_radio_40001000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_radio_40001000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0

#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0   1

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1

#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_reg

#define DT_N_S_soc_S_radio_40001000_P_reg   {1073745920 /* 0x40001000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_radio_40001000_P_reg_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_radio_40001000, reg, 0) \
fn(DT_N_S_soc_S_radio_40001000, reg, 1)

◆ DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_radio_40001000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_radio_40001000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_radio_40001000_P_reg_IDX_0

#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0   1073745920

◆ DT_N_S_soc_S_radio_40001000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_reg_IDX_1

#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_radio_40001000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_status

#define DT_N_S_soc_S_radio_40001000_P_status   "okay"

◆ DT_N_S_soc_S_radio_40001000_P_status_ENUM_IDX

#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_radio_40001000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_radio_40001000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_radio_40001000_P_status_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_status_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_radio_40001000, status, 0) \
fn(DT_N_S_soc_S_radio_40001000, status, 1) \
fn(DT_N_S_soc_S_radio_40001000, status, 2) \
fn(DT_N_S_soc_S_radio_40001000, status, 3)

◆ DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_radio_40001000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_radio_40001000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_radio_40001000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_radio_40001000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_radio_40001000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_radio_40001000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_radio_40001000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_radio_40001000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_radio_40001000_P_wakeup_source

#define DT_N_S_soc_S_radio_40001000_P_wakeup_source   0

◆ DT_N_S_soc_S_radio_40001000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_radio_40001000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_PARENT

#define DT_N_S_soc_S_radio_40001000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_radio_40001000_PATH

#define DT_N_S_soc_S_radio_40001000_PATH   "/soc/radio@40001000"

◆ DT_N_S_soc_S_radio_40001000_PINCTRL_NUM

#define DT_N_S_soc_S_radio_40001000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_radio_40001000_RANGES_NUM

#define DT_N_S_soc_S_radio_40001000_RANGES_NUM   0

◆ DT_N_S_soc_S_radio_40001000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_ADDRESS   1073745920 /* 0x40001000 */

◆ DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_radio_40001000_REG_NUM

#define DT_N_S_soc_S_radio_40001000_REG_NUM   1

◆ DT_N_S_soc_S_radio_40001000_REQUIRES_ORDS

#define DT_N_S_soc_S_radio_40001000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_radio_40001000_STATUS_okay

#define DT_N_S_soc_S_radio_40001000_STATUS_okay   1

◆ DT_N_S_soc_S_radio_40001000_SUPPORTS_ORDS

#define DT_N_S_soc_S_radio_40001000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_random_4000d000_COMPAT_MATCHES_nordic_nrf_rng

#define DT_N_S_soc_S_random_4000d000_COMPAT_MATCHES_nordic_nrf_rng   1

◆ DT_N_S_soc_S_random_4000d000_EXISTS

#define DT_N_S_soc_S_random_4000d000_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_FOREACH_CHILD

#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_random_4000d000_FOREACH_RANGE

#define DT_N_S_soc_S_random_4000d000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_random_4000d000_FULL_NAME

#define DT_N_S_soc_S_random_4000d000_FULL_NAME   "random@4000d000"

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq   13

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_IRQ_NUM

#define DT_N_S_soc_S_random_4000d000_IRQ_NUM   1

◆ DT_N_S_soc_S_random_4000d000_ORD

#define DT_N_S_soc_S_random_4000d000_ORD   48

◆ DT_N_S_soc_S_random_4000d000_P_compatible

#define DT_N_S_soc_S_random_4000d000_P_compatible   {"nordic,nrf-rng"}

◆ DT_N_S_soc_S_random_4000d000_P_compatible_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_random_4000d000, compatible, 0)

◆ DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_random_4000d000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0

#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0   "nordic,nrf-rng"

◆ DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_compatible_LEN

#define DT_N_S_soc_S_random_4000d000_P_compatible_LEN   1

◆ DT_N_S_soc_S_random_4000d000_P_interrupts

#define DT_N_S_soc_S_random_4000d000_P_interrupts   {13 /* 0xd */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_random_4000d000, interrupts, 0) \
fn(DT_N_S_soc_S_random_4000d000, interrupts, 1)

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_random_4000d000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0

#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0   13

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1

#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_label

#define DT_N_S_soc_S_random_4000d000_P_label   "RNG"

◆ DT_N_S_soc_S_random_4000d000_P_label_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_label_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_random_4000d000, label, 0) \
fn(DT_N_S_soc_S_random_4000d000, label, 1) \
fn(DT_N_S_soc_S_random_4000d000, label, 2)

◆ DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_random_4000d000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, label, 2, __VA_ARGS__)

◆ DT_N_S_soc_S_random_4000d000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_label_STRING_TOKEN   RNG

◆ DT_N_S_soc_S_random_4000d000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_label_STRING_UPPER_TOKEN   RNG

◆ DT_N_S_soc_S_random_4000d000_P_reg

#define DT_N_S_soc_S_random_4000d000_P_reg   {1073795072 /* 0x4000d000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_random_4000d000_P_reg_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_random_4000d000, reg, 0) \
fn(DT_N_S_soc_S_random_4000d000, reg, 1)

◆ DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_random_4000d000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_random_4000d000_P_reg_IDX_0

#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0   1073795072

◆ DT_N_S_soc_S_random_4000d000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_reg_IDX_1

#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_random_4000d000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_status

#define DT_N_S_soc_S_random_4000d000_P_status   "okay"

◆ DT_N_S_soc_S_random_4000d000_P_status_ENUM_IDX

#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_random_4000d000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_random_4000d000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_random_4000d000_P_status_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_status_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_random_4000d000, status, 0) \
fn(DT_N_S_soc_S_random_4000d000, status, 1) \
fn(DT_N_S_soc_S_random_4000d000, status, 2) \
fn(DT_N_S_soc_S_random_4000d000, status, 3)

◆ DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_random_4000d000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_random_4000d000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_random_4000d000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_random_4000d000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_random_4000d000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_random_4000d000_P_wakeup_source

#define DT_N_S_soc_S_random_4000d000_P_wakeup_source   0

◆ DT_N_S_soc_S_random_4000d000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_random_4000d000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_PARENT

#define DT_N_S_soc_S_random_4000d000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_random_4000d000_PATH

#define DT_N_S_soc_S_random_4000d000_PATH   "/soc/random@4000d000"

◆ DT_N_S_soc_S_random_4000d000_PINCTRL_NUM

#define DT_N_S_soc_S_random_4000d000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_random_4000d000_RANGES_NUM

#define DT_N_S_soc_S_random_4000d000_RANGES_NUM   0

◆ DT_N_S_soc_S_random_4000d000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_ADDRESS   1073795072 /* 0x4000d000 */

◆ DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_random_4000d000_REG_NUM

#define DT_N_S_soc_S_random_4000d000_REG_NUM   1

◆ DT_N_S_soc_S_random_4000d000_REQUIRES_ORDS

#define DT_N_S_soc_S_random_4000d000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_random_4000d000_STATUS_okay

#define DT_N_S_soc_S_random_4000d000_STATUS_okay   1

◆ DT_N_S_soc_S_random_4000d000_SUPPORTS_ORDS

#define DT_N_S_soc_S_random_4000d000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_rtc_4000b000_COMPAT_MATCHES_nordic_nrf_rtc

#define DT_N_S_soc_S_rtc_4000b000_COMPAT_MATCHES_nordic_nrf_rtc   1

◆ DT_N_S_soc_S_rtc_4000b000_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD

#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_4000b000_FOREACH_RANGE

#define DT_N_S_soc_S_rtc_4000b000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_rtc_4000b000_FULL_NAME

#define DT_N_S_soc_S_rtc_4000b000_FULL_NAME   "rtc@4000b000"

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq   11

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_IRQ_NUM

#define DT_N_S_soc_S_rtc_4000b000_IRQ_NUM   1

◆ DT_N_S_soc_S_rtc_4000b000_ORD

#define DT_N_S_soc_S_rtc_4000b000_ORD   49

◆ DT_N_S_soc_S_rtc_4000b000_P_cc_num

#define DT_N_S_soc_S_rtc_4000b000_P_cc_num   3

◆ DT_N_S_soc_S_rtc_4000b000_P_cc_num_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_clock_frequency

#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency   32768

◆ DT_N_S_soc_S_rtc_4000b000_P_clock_frequency_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible

#define DT_N_S_soc_S_rtc_4000b000_P_compatible   {"nordic,nrf-rtc"}

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0)

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0   "nordic,nrf-rtc"

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_compatible_LEN

#define DT_N_S_soc_S_rtc_4000b000_P_compatible_LEN   1

◆ DT_N_S_soc_S_rtc_4000b000_P_fixed_top

#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top   0

◆ DT_N_S_soc_S_rtc_4000b000_P_fixed_top_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts   {11 /* 0xb */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, interrupts, 0) \
fn(DT_N_S_soc_S_rtc_4000b000, interrupts, 1)

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0   11

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_label

#define DT_N_S_soc_S_rtc_4000b000_P_label   "RTC_0"

◆ DT_N_S_soc_S_rtc_4000b000_P_label_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_label_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, label, 0) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 1) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 2) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 3) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 4)

◆ DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_4000b000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_label_STRING_TOKEN   RTC_0

◆ DT_N_S_soc_S_rtc_4000b000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_label_STRING_UPPER_TOKEN   RTC_0

◆ DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap

#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap   0

◆ DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_prescaler

#define DT_N_S_soc_S_rtc_4000b000_P_prescaler   1

◆ DT_N_S_soc_S_rtc_4000b000_P_prescaler_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_reg

#define DT_N_S_soc_S_rtc_4000b000_P_reg   {1073786880 /* 0x4000b000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, reg, 0) \
fn(DT_N_S_soc_S_rtc_4000b000, reg, 1)

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0

#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0   1073786880

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1

#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_status

#define DT_N_S_soc_S_rtc_4000b000_P_status   "okay"

◆ DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_IDX

#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_4000b000_P_status_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_status_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, status, 0) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 1) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 2) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 3)

◆ DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_4000b000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_4000b000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_4000b000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_4000b000_P_wakeup_source

#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source   0

◆ DT_N_S_soc_S_rtc_4000b000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_PARENT

#define DT_N_S_soc_S_rtc_4000b000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_rtc_4000b000_PATH

#define DT_N_S_soc_S_rtc_4000b000_PATH   "/soc/rtc@4000b000"

◆ DT_N_S_soc_S_rtc_4000b000_PINCTRL_NUM

#define DT_N_S_soc_S_rtc_4000b000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_rtc_4000b000_RANGES_NUM

#define DT_N_S_soc_S_rtc_4000b000_RANGES_NUM   0

◆ DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_ADDRESS   1073786880 /* 0x4000b000 */

◆ DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_rtc_4000b000_REG_NUM

#define DT_N_S_soc_S_rtc_4000b000_REG_NUM   1

◆ DT_N_S_soc_S_rtc_4000b000_REQUIRES_ORDS

#define DT_N_S_soc_S_rtc_4000b000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_rtc_4000b000_STATUS_okay

#define DT_N_S_soc_S_rtc_4000b000_STATUS_okay   1

◆ DT_N_S_soc_S_rtc_4000b000_SUPPORTS_ORDS

#define DT_N_S_soc_S_rtc_4000b000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_rtc_40011000_COMPAT_MATCHES_nordic_nrf_rtc

#define DT_N_S_soc_S_rtc_40011000_COMPAT_MATCHES_nordic_nrf_rtc   1

◆ DT_N_S_soc_S_rtc_40011000_EXISTS

#define DT_N_S_soc_S_rtc_40011000_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD

#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_40011000_FOREACH_RANGE

#define DT_N_S_soc_S_rtc_40011000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_rtc_40011000_FULL_NAME

#define DT_N_S_soc_S_rtc_40011000_FULL_NAME   "rtc@40011000"

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq   17

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_IRQ_NUM

#define DT_N_S_soc_S_rtc_40011000_IRQ_NUM   1

◆ DT_N_S_soc_S_rtc_40011000_ORD

#define DT_N_S_soc_S_rtc_40011000_ORD   50

◆ DT_N_S_soc_S_rtc_40011000_P_cc_num

#define DT_N_S_soc_S_rtc_40011000_P_cc_num   4

◆ DT_N_S_soc_S_rtc_40011000_P_cc_num_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_clock_frequency

#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency   32768

◆ DT_N_S_soc_S_rtc_40011000_P_clock_frequency_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_compatible

#define DT_N_S_soc_S_rtc_40011000_P_compatible   {"nordic,nrf-rtc"}

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_rtc_40011000, compatible, 0)

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_rtc_40011000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0

#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0   "nordic,nrf-rtc"

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_compatible_LEN

#define DT_N_S_soc_S_rtc_40011000_P_compatible_LEN   1

◆ DT_N_S_soc_S_rtc_40011000_P_fixed_top

#define DT_N_S_soc_S_rtc_40011000_P_fixed_top   0

◆ DT_N_S_soc_S_rtc_40011000_P_fixed_top_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_fixed_top_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts

#define DT_N_S_soc_S_rtc_40011000_P_interrupts   {17 /* 0x11 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40011000, interrupts, 0) \
fn(DT_N_S_soc_S_rtc_40011000, interrupts, 1)

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40011000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0   17

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_label

#define DT_N_S_soc_S_rtc_40011000_P_label   "RTC_1"

◆ DT_N_S_soc_S_rtc_40011000_P_label_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_label_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40011000, label, 0) \
fn(DT_N_S_soc_S_rtc_40011000, label, 1) \
fn(DT_N_S_soc_S_rtc_40011000, label, 2) \
fn(DT_N_S_soc_S_rtc_40011000, label, 3) \
fn(DT_N_S_soc_S_rtc_40011000, label, 4)

◆ DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40011000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40011000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_label_STRING_TOKEN   RTC_1

◆ DT_N_S_soc_S_rtc_40011000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_label_STRING_UPPER_TOKEN   RTC_1

◆ DT_N_S_soc_S_rtc_40011000_P_ppi_wrap

#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap   0

◆ DT_N_S_soc_S_rtc_40011000_P_ppi_wrap_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_prescaler

#define DT_N_S_soc_S_rtc_40011000_P_prescaler   1

◆ DT_N_S_soc_S_rtc_40011000_P_prescaler_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_reg

#define DT_N_S_soc_S_rtc_40011000_P_reg   {1073811456 /* 0x40011000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_rtc_40011000_P_reg_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40011000, reg, 0) \
fn(DT_N_S_soc_S_rtc_40011000, reg, 1)

◆ DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40011000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0

#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0   1073811456

◆ DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1

#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_status

#define DT_N_S_soc_S_rtc_40011000_P_status   "okay"

◆ DT_N_S_soc_S_rtc_40011000_P_status_ENUM_IDX

#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_rtc_40011000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_rtc_40011000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_40011000_P_status_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_status_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40011000, status, 0) \
fn(DT_N_S_soc_S_rtc_40011000, status, 1) \
fn(DT_N_S_soc_S_rtc_40011000, status, 2) \
fn(DT_N_S_soc_S_rtc_40011000, status, 3)

◆ DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40011000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40011000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40011000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_rtc_40011000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_40011000_P_wakeup_source

#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source   0

◆ DT_N_S_soc_S_rtc_40011000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_PARENT

#define DT_N_S_soc_S_rtc_40011000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_rtc_40011000_PATH

#define DT_N_S_soc_S_rtc_40011000_PATH   "/soc/rtc@40011000"

◆ DT_N_S_soc_S_rtc_40011000_PINCTRL_NUM

#define DT_N_S_soc_S_rtc_40011000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_rtc_40011000_RANGES_NUM

#define DT_N_S_soc_S_rtc_40011000_RANGES_NUM   0

◆ DT_N_S_soc_S_rtc_40011000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_ADDRESS   1073811456 /* 0x40011000 */

◆ DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_rtc_40011000_REG_NUM

#define DT_N_S_soc_S_rtc_40011000_REG_NUM   1

◆ DT_N_S_soc_S_rtc_40011000_REQUIRES_ORDS

#define DT_N_S_soc_S_rtc_40011000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_rtc_40011000_STATUS_okay

#define DT_N_S_soc_S_rtc_40011000_STATUS_okay   1

◆ DT_N_S_soc_S_rtc_40011000_SUPPORTS_ORDS

#define DT_N_S_soc_S_rtc_40011000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_rtc_40024000_COMPAT_MATCHES_nordic_nrf_rtc

#define DT_N_S_soc_S_rtc_40024000_COMPAT_MATCHES_nordic_nrf_rtc   1

◆ DT_N_S_soc_S_rtc_40024000_EXISTS

#define DT_N_S_soc_S_rtc_40024000_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD

#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_rtc_40024000_FOREACH_RANGE

#define DT_N_S_soc_S_rtc_40024000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_rtc_40024000_FULL_NAME

#define DT_N_S_soc_S_rtc_40024000_FULL_NAME   "rtc@40024000"

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq   36

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_IRQ_NUM

#define DT_N_S_soc_S_rtc_40024000_IRQ_NUM   1

◆ DT_N_S_soc_S_rtc_40024000_ORD

#define DT_N_S_soc_S_rtc_40024000_ORD   51

◆ DT_N_S_soc_S_rtc_40024000_P_cc_num

#define DT_N_S_soc_S_rtc_40024000_P_cc_num   4

◆ DT_N_S_soc_S_rtc_40024000_P_cc_num_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_clock_frequency

#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency   32768

◆ DT_N_S_soc_S_rtc_40024000_P_clock_frequency_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_compatible

#define DT_N_S_soc_S_rtc_40024000_P_compatible   {"nordic,nrf-rtc"}

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_rtc_40024000, compatible, 0)

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_rtc_40024000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0

#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0   "nordic,nrf-rtc"

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_compatible_LEN

#define DT_N_S_soc_S_rtc_40024000_P_compatible_LEN   1

◆ DT_N_S_soc_S_rtc_40024000_P_fixed_top

#define DT_N_S_soc_S_rtc_40024000_P_fixed_top   0

◆ DT_N_S_soc_S_rtc_40024000_P_fixed_top_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_fixed_top_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts

#define DT_N_S_soc_S_rtc_40024000_P_interrupts   {36 /* 0x24 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40024000, interrupts, 0) \
fn(DT_N_S_soc_S_rtc_40024000, interrupts, 1)

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40024000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0   36

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_label

#define DT_N_S_soc_S_rtc_40024000_P_label   "RTC_2"

◆ DT_N_S_soc_S_rtc_40024000_P_label_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_label_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40024000, label, 0) \
fn(DT_N_S_soc_S_rtc_40024000, label, 1) \
fn(DT_N_S_soc_S_rtc_40024000, label, 2) \
fn(DT_N_S_soc_S_rtc_40024000, label, 3) \
fn(DT_N_S_soc_S_rtc_40024000, label, 4)

◆ DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40024000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40024000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_label_STRING_TOKEN   RTC_2

◆ DT_N_S_soc_S_rtc_40024000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_label_STRING_UPPER_TOKEN   RTC_2

◆ DT_N_S_soc_S_rtc_40024000_P_ppi_wrap

#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap   0

◆ DT_N_S_soc_S_rtc_40024000_P_ppi_wrap_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_prescaler

#define DT_N_S_soc_S_rtc_40024000_P_prescaler   1

◆ DT_N_S_soc_S_rtc_40024000_P_prescaler_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_reg

#define DT_N_S_soc_S_rtc_40024000_P_reg   {1073889280 /* 0x40024000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_rtc_40024000_P_reg_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40024000, reg, 0) \
fn(DT_N_S_soc_S_rtc_40024000, reg, 1)

◆ DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40024000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0

#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0   1073889280

◆ DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1

#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_status

#define DT_N_S_soc_S_rtc_40024000_P_status   "okay"

◆ DT_N_S_soc_S_rtc_40024000_P_status_ENUM_IDX

#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_rtc_40024000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_rtc_40024000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_40024000_P_status_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_status_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_rtc_40024000, status, 0) \
fn(DT_N_S_soc_S_rtc_40024000, status, 1) \
fn(DT_N_S_soc_S_rtc_40024000, status, 2) \
fn(DT_N_S_soc_S_rtc_40024000, status, 3)

◆ DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_rtc_40024000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_rtc_40024000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_rtc_40024000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_rtc_40024000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_rtc_40024000_P_wakeup_source

#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source   0

◆ DT_N_S_soc_S_rtc_40024000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_PARENT

#define DT_N_S_soc_S_rtc_40024000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_rtc_40024000_PATH

#define DT_N_S_soc_S_rtc_40024000_PATH   "/soc/rtc@40024000"

◆ DT_N_S_soc_S_rtc_40024000_PINCTRL_NUM

#define DT_N_S_soc_S_rtc_40024000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_rtc_40024000_RANGES_NUM

#define DT_N_S_soc_S_rtc_40024000_RANGES_NUM   0

◆ DT_N_S_soc_S_rtc_40024000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_ADDRESS   1073889280 /* 0x40024000 */

◆ DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_rtc_40024000_REG_NUM

#define DT_N_S_soc_S_rtc_40024000_REG_NUM   1

◆ DT_N_S_soc_S_rtc_40024000_REQUIRES_ORDS

#define DT_N_S_soc_S_rtc_40024000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_rtc_40024000_STATUS_okay

#define DT_N_S_soc_S_rtc_40024000_STATUS_okay   1

◆ DT_N_S_soc_S_rtc_40024000_SUPPORTS_ORDS

#define DT_N_S_soc_S_rtc_40024000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_spi_40003000_COMPAT_MATCHES_nordic_nrf_spi

#define DT_N_S_soc_S_spi_40003000_COMPAT_MATCHES_nordic_nrf_spi   1

◆ DT_N_S_soc_S_spi_40003000_EXISTS

#define DT_N_S_soc_S_spi_40003000_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_FOREACH_CHILD

#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40003000_FOREACH_RANGE

#define DT_N_S_soc_S_spi_40003000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_spi_40003000_FULL_NAME

#define DT_N_S_soc_S_spi_40003000_FULL_NAME   "spi@40003000"

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq   3

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_IRQ_NUM

#define DT_N_S_soc_S_spi_40003000_IRQ_NUM   1

◆ DT_N_S_soc_S_spi_40003000_ORD

#define DT_N_S_soc_S_spi_40003000_ORD   52

◆ DT_N_S_soc_S_spi_40003000_P_compatible

#define DT_N_S_soc_S_spi_40003000_P_compatible   {"nordic,nrf-spi"}

◆ DT_N_S_soc_S_spi_40003000_P_compatible_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_spi_40003000, compatible, 0)

◆ DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_40003000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0

#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0   "nordic,nrf-spi"

◆ DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_compatible_LEN

#define DT_N_S_soc_S_spi_40003000_P_compatible_LEN   1

◆ DT_N_S_soc_S_spi_40003000_P_interrupts

#define DT_N_S_soc_S_spi_40003000_P_interrupts   {3 /* 0x3 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40003000, interrupts, 0) \
fn(DT_N_S_soc_S_spi_40003000, interrupts, 1)

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40003000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0

#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0   3

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1

#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_label

#define DT_N_S_soc_S_spi_40003000_P_label   "SPI_0"

◆ DT_N_S_soc_S_spi_40003000_P_label_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_label_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40003000, label, 0) \
fn(DT_N_S_soc_S_spi_40003000, label, 1) \
fn(DT_N_S_soc_S_spi_40003000, label, 2) \
fn(DT_N_S_soc_S_spi_40003000, label, 3) \
fn(DT_N_S_soc_S_spi_40003000, label, 4)

◆ DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40003000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40003000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_label_STRING_TOKEN   SPI_0

◆ DT_N_S_soc_S_spi_40003000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_label_STRING_UPPER_TOKEN   SPI_0

◆ DT_N_S_soc_S_spi_40003000_P_miso_pin

#define DT_N_S_soc_S_spi_40003000_P_miso_pin   29

◆ DT_N_S_soc_S_spi_40003000_P_miso_pin_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_miso_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_miso_pull_down

#define DT_N_S_soc_S_spi_40003000_P_miso_pull_down   0

◆ DT_N_S_soc_S_spi_40003000_P_miso_pull_down_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_miso_pull_down_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_miso_pull_up

#define DT_N_S_soc_S_spi_40003000_P_miso_pull_up   0

◆ DT_N_S_soc_S_spi_40003000_P_miso_pull_up_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_miso_pull_up_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_mosi_pin

#define DT_N_S_soc_S_spi_40003000_P_mosi_pin   26

◆ DT_N_S_soc_S_spi_40003000_P_mosi_pin_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_mosi_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_reg

#define DT_N_S_soc_S_spi_40003000_P_reg   {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_spi_40003000_P_reg_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40003000, reg, 0) \
fn(DT_N_S_soc_S_spi_40003000, reg, 1)

◆ DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40003000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40003000_P_reg_IDX_0

#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0   1073754112

◆ DT_N_S_soc_S_spi_40003000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_reg_IDX_1

#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_spi_40003000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_sck_pin

#define DT_N_S_soc_S_spi_40003000_P_sck_pin   27

◆ DT_N_S_soc_S_spi_40003000_P_sck_pin_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_sck_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_status

#define DT_N_S_soc_S_spi_40003000_P_status   "disabled"

◆ DT_N_S_soc_S_spi_40003000_P_status_ENUM_IDX

#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_spi_40003000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_spi_40003000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_spi_40003000_P_status_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_status_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40003000, status, 0) \
fn(DT_N_S_soc_S_spi_40003000, status, 1) \
fn(DT_N_S_soc_S_spi_40003000, status, 2) \
fn(DT_N_S_soc_S_spi_40003000, status, 3) \
fn(DT_N_S_soc_S_spi_40003000, status, 4) \
fn(DT_N_S_soc_S_spi_40003000, status, 5) \
fn(DT_N_S_soc_S_spi_40003000, status, 6) \
fn(DT_N_S_soc_S_spi_40003000, status, 7)

◆ DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40003000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40003000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40003000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_spi_40003000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40003000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_spi_40003000_P_wakeup_source

#define DT_N_S_soc_S_spi_40003000_P_wakeup_source   0

◆ DT_N_S_soc_S_spi_40003000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_spi_40003000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_PARENT

#define DT_N_S_soc_S_spi_40003000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_spi_40003000_PATH

#define DT_N_S_soc_S_spi_40003000_PATH   "/soc/spi@40003000"

◆ DT_N_S_soc_S_spi_40003000_PINCTRL_NUM

#define DT_N_S_soc_S_spi_40003000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_spi_40003000_RANGES_NUM

#define DT_N_S_soc_S_spi_40003000_RANGES_NUM   0

◆ DT_N_S_soc_S_spi_40003000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_ADDRESS   1073754112 /* 0x40003000 */

◆ DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_spi_40003000_REG_NUM

#define DT_N_S_soc_S_spi_40003000_REG_NUM   1

◆ DT_N_S_soc_S_spi_40003000_REQUIRES_ORDS

#define DT_N_S_soc_S_spi_40003000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_spi_40003000_STATUS_disabled

#define DT_N_S_soc_S_spi_40003000_STATUS_disabled   1

◆ DT_N_S_soc_S_spi_40003000_SUPPORTS_ORDS

#define DT_N_S_soc_S_spi_40003000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_spi_40004000_COMPAT_MATCHES_nordic_nrf_spi

#define DT_N_S_soc_S_spi_40004000_COMPAT_MATCHES_nordic_nrf_spi   1

◆ DT_N_S_soc_S_spi_40004000_EXISTS

#define DT_N_S_soc_S_spi_40004000_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_FOREACH_CHILD

#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40004000_FOREACH_RANGE

#define DT_N_S_soc_S_spi_40004000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_spi_40004000_FULL_NAME

#define DT_N_S_soc_S_spi_40004000_FULL_NAME   "spi@40004000"

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq   4

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_IRQ_NUM

#define DT_N_S_soc_S_spi_40004000_IRQ_NUM   1

◆ DT_N_S_soc_S_spi_40004000_ORD

#define DT_N_S_soc_S_spi_40004000_ORD   53

◆ DT_N_S_soc_S_spi_40004000_P_compatible

#define DT_N_S_soc_S_spi_40004000_P_compatible   {"nordic,nrf-spi"}

◆ DT_N_S_soc_S_spi_40004000_P_compatible_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_spi_40004000, compatible, 0)

◆ DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_40004000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0

#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0   "nordic,nrf-spi"

◆ DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_compatible_LEN

#define DT_N_S_soc_S_spi_40004000_P_compatible_LEN   1

◆ DT_N_S_soc_S_spi_40004000_P_interrupts

#define DT_N_S_soc_S_spi_40004000_P_interrupts   {4 /* 0x4 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40004000, interrupts, 0) \
fn(DT_N_S_soc_S_spi_40004000, interrupts, 1)

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40004000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0

#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0   4

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1

#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_label

#define DT_N_S_soc_S_spi_40004000_P_label   "SPI_1"

◆ DT_N_S_soc_S_spi_40004000_P_label_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_label_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40004000, label, 0) \
fn(DT_N_S_soc_S_spi_40004000, label, 1) \
fn(DT_N_S_soc_S_spi_40004000, label, 2) \
fn(DT_N_S_soc_S_spi_40004000, label, 3) \
fn(DT_N_S_soc_S_spi_40004000, label, 4)

◆ DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40004000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40004000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_label_STRING_TOKEN   SPI_1

◆ DT_N_S_soc_S_spi_40004000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_label_STRING_UPPER_TOKEN   SPI_1

◆ DT_N_S_soc_S_spi_40004000_P_miso_pin

#define DT_N_S_soc_S_spi_40004000_P_miso_pin   40

◆ DT_N_S_soc_S_spi_40004000_P_miso_pin_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_miso_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_miso_pull_down

#define DT_N_S_soc_S_spi_40004000_P_miso_pull_down   0

◆ DT_N_S_soc_S_spi_40004000_P_miso_pull_down_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_miso_pull_down_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_miso_pull_up

#define DT_N_S_soc_S_spi_40004000_P_miso_pull_up   0

◆ DT_N_S_soc_S_spi_40004000_P_miso_pull_up_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_miso_pull_up_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_mosi_pin

#define DT_N_S_soc_S_spi_40004000_P_mosi_pin   30

◆ DT_N_S_soc_S_spi_40004000_P_mosi_pin_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_mosi_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_reg

#define DT_N_S_soc_S_spi_40004000_P_reg   {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_spi_40004000_P_reg_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40004000, reg, 0) \
fn(DT_N_S_soc_S_spi_40004000, reg, 1)

◆ DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40004000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40004000_P_reg_IDX_0

#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0   1073758208

◆ DT_N_S_soc_S_spi_40004000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_reg_IDX_1

#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_spi_40004000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_sck_pin

#define DT_N_S_soc_S_spi_40004000_P_sck_pin   31

◆ DT_N_S_soc_S_spi_40004000_P_sck_pin_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_sck_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_status

#define DT_N_S_soc_S_spi_40004000_P_status   "okay"

◆ DT_N_S_soc_S_spi_40004000_P_status_ENUM_IDX

#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_spi_40004000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_spi_40004000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_spi_40004000_P_status_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_status_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40004000, status, 0) \
fn(DT_N_S_soc_S_spi_40004000, status, 1) \
fn(DT_N_S_soc_S_spi_40004000, status, 2) \
fn(DT_N_S_soc_S_spi_40004000, status, 3)

◆ DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40004000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40004000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40004000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_spi_40004000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40004000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_spi_40004000_P_wakeup_source

#define DT_N_S_soc_S_spi_40004000_P_wakeup_source   0

◆ DT_N_S_soc_S_spi_40004000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_spi_40004000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_PARENT

#define DT_N_S_soc_S_spi_40004000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_spi_40004000_PATH

#define DT_N_S_soc_S_spi_40004000_PATH   "/soc/spi@40004000"

◆ DT_N_S_soc_S_spi_40004000_PINCTRL_NUM

#define DT_N_S_soc_S_spi_40004000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_spi_40004000_RANGES_NUM

#define DT_N_S_soc_S_spi_40004000_RANGES_NUM   0

◆ DT_N_S_soc_S_spi_40004000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_ADDRESS   1073758208 /* 0x40004000 */

◆ DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_spi_40004000_REG_NUM

#define DT_N_S_soc_S_spi_40004000_REG_NUM   1

◆ DT_N_S_soc_S_spi_40004000_REQUIRES_ORDS

#define DT_N_S_soc_S_spi_40004000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_spi_40004000_STATUS_okay

#define DT_N_S_soc_S_spi_40004000_STATUS_okay   1

◆ DT_N_S_soc_S_spi_40004000_SUPPORTS_ORDS

#define DT_N_S_soc_S_spi_40004000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_spi_40023000_COMPAT_MATCHES_nordic_nrf_spi

#define DT_N_S_soc_S_spi_40023000_COMPAT_MATCHES_nordic_nrf_spi   1

◆ DT_N_S_soc_S_spi_40023000_EXISTS

#define DT_N_S_soc_S_spi_40023000_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_FOREACH_CHILD

#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_40023000_FOREACH_RANGE

#define DT_N_S_soc_S_spi_40023000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_spi_40023000_FULL_NAME

#define DT_N_S_soc_S_spi_40023000_FULL_NAME   "spi@40023000"

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq   35

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_IRQ_NUM

#define DT_N_S_soc_S_spi_40023000_IRQ_NUM   1

◆ DT_N_S_soc_S_spi_40023000_ORD

#define DT_N_S_soc_S_spi_40023000_ORD   54

◆ DT_N_S_soc_S_spi_40023000_P_compatible

#define DT_N_S_soc_S_spi_40023000_P_compatible   {"nordic,nrf-spi"}

◆ DT_N_S_soc_S_spi_40023000_P_compatible_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_spi_40023000, compatible, 0)

◆ DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_40023000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0

#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0   "nordic,nrf-spi"

◆ DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_compatible_LEN

#define DT_N_S_soc_S_spi_40023000_P_compatible_LEN   1

◆ DT_N_S_soc_S_spi_40023000_P_interrupts

#define DT_N_S_soc_S_spi_40023000_P_interrupts   {35 /* 0x23 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40023000, interrupts, 0) \
fn(DT_N_S_soc_S_spi_40023000, interrupts, 1)

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40023000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0

#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0   35

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1

#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_label

#define DT_N_S_soc_S_spi_40023000_P_label   "SPI_2"

◆ DT_N_S_soc_S_spi_40023000_P_label_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_label_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40023000, label, 0) \
fn(DT_N_S_soc_S_spi_40023000, label, 1) \
fn(DT_N_S_soc_S_spi_40023000, label, 2) \
fn(DT_N_S_soc_S_spi_40023000, label, 3) \
fn(DT_N_S_soc_S_spi_40023000, label, 4)

◆ DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40023000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40023000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_label_STRING_TOKEN   SPI_2

◆ DT_N_S_soc_S_spi_40023000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_label_STRING_UPPER_TOKEN   SPI_2

◆ DT_N_S_soc_S_spi_40023000_P_miso_pin

#define DT_N_S_soc_S_spi_40023000_P_miso_pin   21

◆ DT_N_S_soc_S_spi_40023000_P_miso_pin_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_miso_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_miso_pull_down

#define DT_N_S_soc_S_spi_40023000_P_miso_pull_down   0

◆ DT_N_S_soc_S_spi_40023000_P_miso_pull_down_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_miso_pull_down_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_miso_pull_up

#define DT_N_S_soc_S_spi_40023000_P_miso_pull_up   0

◆ DT_N_S_soc_S_spi_40023000_P_miso_pull_up_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_miso_pull_up_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_mosi_pin

#define DT_N_S_soc_S_spi_40023000_P_mosi_pin   20

◆ DT_N_S_soc_S_spi_40023000_P_mosi_pin_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_mosi_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_reg

#define DT_N_S_soc_S_spi_40023000_P_reg   {1073885184 /* 0x40023000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_spi_40023000_P_reg_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40023000, reg, 0) \
fn(DT_N_S_soc_S_spi_40023000, reg, 1)

◆ DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40023000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40023000_P_reg_IDX_0

#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0   1073885184

◆ DT_N_S_soc_S_spi_40023000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_reg_IDX_1

#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_spi_40023000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_sck_pin

#define DT_N_S_soc_S_spi_40023000_P_sck_pin   19

◆ DT_N_S_soc_S_spi_40023000_P_sck_pin_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_sck_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_status

#define DT_N_S_soc_S_spi_40023000_P_status   "disabled"

◆ DT_N_S_soc_S_spi_40023000_P_status_ENUM_IDX

#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_spi_40023000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_spi_40023000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_spi_40023000_P_status_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_status_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_40023000, status, 0) \
fn(DT_N_S_soc_S_spi_40023000, status, 1) \
fn(DT_N_S_soc_S_spi_40023000, status, 2) \
fn(DT_N_S_soc_S_spi_40023000, status, 3) \
fn(DT_N_S_soc_S_spi_40023000, status, 4) \
fn(DT_N_S_soc_S_spi_40023000, status, 5) \
fn(DT_N_S_soc_S_spi_40023000, status, 6) \
fn(DT_N_S_soc_S_spi_40023000, status, 7)

◆ DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_40023000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_40023000, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_40023000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_spi_40023000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_40023000_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_spi_40023000_P_wakeup_source

#define DT_N_S_soc_S_spi_40023000_P_wakeup_source   0

◆ DT_N_S_soc_S_spi_40023000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_spi_40023000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_PARENT

#define DT_N_S_soc_S_spi_40023000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_spi_40023000_PATH

#define DT_N_S_soc_S_spi_40023000_PATH   "/soc/spi@40023000"

◆ DT_N_S_soc_S_spi_40023000_PINCTRL_NUM

#define DT_N_S_soc_S_spi_40023000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_spi_40023000_RANGES_NUM

#define DT_N_S_soc_S_spi_40023000_RANGES_NUM   0

◆ DT_N_S_soc_S_spi_40023000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_ADDRESS   1073885184 /* 0x40023000 */

◆ DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_spi_40023000_REG_NUM

#define DT_N_S_soc_S_spi_40023000_REG_NUM   1

◆ DT_N_S_soc_S_spi_40023000_REQUIRES_ORDS

#define DT_N_S_soc_S_spi_40023000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_spi_40023000_STATUS_disabled

#define DT_N_S_soc_S_spi_40023000_STATUS_disabled   1

◆ DT_N_S_soc_S_spi_40023000_SUPPORTS_ORDS

#define DT_N_S_soc_S_spi_40023000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_spi_4002f000_COMPAT_MATCHES_nordic_nrf_spim

#define DT_N_S_soc_S_spi_4002f000_COMPAT_MATCHES_nordic_nrf_spim   1

◆ DT_N_S_soc_S_spi_4002f000_EXISTS

#define DT_N_S_soc_S_spi_4002f000_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD

#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_spi_4002f000_FOREACH_RANGE

#define DT_N_S_soc_S_spi_4002f000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_spi_4002f000_FULL_NAME

#define DT_N_S_soc_S_spi_4002f000_FULL_NAME   "spi@4002f000"

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq   47

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_IRQ_NUM

#define DT_N_S_soc_S_spi_4002f000_IRQ_NUM   1

◆ DT_N_S_soc_S_spi_4002f000_ORD

#define DT_N_S_soc_S_spi_4002f000_ORD   56

◆ DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround

#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround   0

◆ DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_compatible

#define DT_N_S_soc_S_spi_4002f000_P_compatible   {"nordic,nrf-spim"}

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_spi_4002f000, compatible, 0)

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_4002f000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0

#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0   "nordic,nrf-spim"

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_compatible_LEN

#define DT_N_S_soc_S_spi_4002f000_P_compatible_LEN   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0)

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_PH

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_PH   DT_N_S_soc_S_gpio_50000300

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin   12

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_cs_gpios_LEN

#define DT_N_S_soc_S_spi_4002f000_P_cs_gpios_LEN   1

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts

#define DT_N_S_soc_S_spi_4002f000_P_interrupts   {47 /* 0x2f */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_4002f000, interrupts, 0) \
fn(DT_N_S_soc_S_spi_4002f000, interrupts, 1)

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_4002f000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0   47

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_label

#define DT_N_S_soc_S_spi_4002f000_P_label   "SPI_3"

◆ DT_N_S_soc_S_spi_4002f000_P_label_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_label_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_4002f000, label, 0) \
fn(DT_N_S_soc_S_spi_4002f000, label, 1) \
fn(DT_N_S_soc_S_spi_4002f000, label, 2) \
fn(DT_N_S_soc_S_spi_4002f000, label, 3) \
fn(DT_N_S_soc_S_spi_4002f000, label, 4)

◆ DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_4002f000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, label, 4, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_label_STRING_TOKEN   SPI_3

◆ DT_N_S_soc_S_spi_4002f000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_label_STRING_UPPER_TOKEN   SPI_3

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pin

#define DT_N_S_soc_S_spi_4002f000_P_miso_pin   46

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pin_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_miso_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pull_down

#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_down   0

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pull_down_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_down_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pull_up

#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_up   0

◆ DT_N_S_soc_S_spi_4002f000_P_miso_pull_up_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_miso_pull_up_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_mosi_pin

#define DT_N_S_soc_S_spi_4002f000_P_mosi_pin   45

◆ DT_N_S_soc_S_spi_4002f000_P_mosi_pin_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_mosi_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_reg

#define DT_N_S_soc_S_spi_4002f000_P_reg   {1073934336 /* 0x4002f000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_spi_4002f000_P_reg_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_4002f000, reg, 0) \
fn(DT_N_S_soc_S_spi_4002f000, reg, 1)

◆ DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_4002f000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0

#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0   1073934336

◆ DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1

#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_sck_pin

#define DT_N_S_soc_S_spi_4002f000_P_sck_pin   47

◆ DT_N_S_soc_S_spi_4002f000_P_sck_pin_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_sck_pin_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_status

#define DT_N_S_soc_S_spi_4002f000_P_status   "okay"

◆ DT_N_S_soc_S_spi_4002f000_P_status_ENUM_IDX

#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_spi_4002f000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_spi_4002f000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_spi_4002f000_P_status_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_status_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_spi_4002f000, status, 0) \
fn(DT_N_S_soc_S_spi_4002f000, status, 1) \
fn(DT_N_S_soc_S_spi_4002f000, status, 2) \
fn(DT_N_S_soc_S_spi_4002f000, status, 3)

◆ DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_spi_4002f000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_spi_4002f000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_spi_4002f000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_spi_4002f000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_spi_4002f000_P_wakeup_source

#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source   0

◆ DT_N_S_soc_S_spi_4002f000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_PARENT

#define DT_N_S_soc_S_spi_4002f000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_spi_4002f000_PATH

#define DT_N_S_soc_S_spi_4002f000_PATH   "/soc/spi@4002f000"

◆ DT_N_S_soc_S_spi_4002f000_PINCTRL_NUM

#define DT_N_S_soc_S_spi_4002f000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_spi_4002f000_RANGES_NUM

#define DT_N_S_soc_S_spi_4002f000_RANGES_NUM   0

◆ DT_N_S_soc_S_spi_4002f000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_ADDRESS   1073934336 /* 0x4002f000 */

◆ DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_spi_4002f000_REG_NUM

#define DT_N_S_soc_S_spi_4002f000_REG_NUM   1

◆ DT_N_S_soc_S_spi_4002f000_REQUIRES_ORDS

#define DT_N_S_soc_S_spi_4002f000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */ \
55, /* /soc/gpio@50000300 */

◆ DT_N_S_soc_S_spi_4002f000_STATUS_okay

#define DT_N_S_soc_S_spi_4002f000_STATUS_okay   1

◆ DT_N_S_soc_S_spi_4002f000_SUPPORTS_ORDS

#define DT_N_S_soc_S_spi_4002f000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_temp_4000c000_COMPAT_MATCHES_nordic_nrf_temp

#define DT_N_S_soc_S_temp_4000c000_COMPAT_MATCHES_nordic_nrf_temp   1

◆ DT_N_S_soc_S_temp_4000c000_EXISTS

#define DT_N_S_soc_S_temp_4000c000_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD

#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_temp_4000c000_FOREACH_RANGE

#define DT_N_S_soc_S_temp_4000c000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_temp_4000c000_FULL_NAME

#define DT_N_S_soc_S_temp_4000c000_FULL_NAME   "temp@4000c000"

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq   12

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_IRQ_NUM

#define DT_N_S_soc_S_temp_4000c000_IRQ_NUM   1

◆ DT_N_S_soc_S_temp_4000c000_ORD

#define DT_N_S_soc_S_temp_4000c000_ORD   57

◆ DT_N_S_soc_S_temp_4000c000_P_compatible

#define DT_N_S_soc_S_temp_4000c000_P_compatible   {"nordic,nrf-temp"}

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_temp_4000c000, compatible, 0)

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_temp_4000c000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0

#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0   "nordic,nrf-temp"

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_compatible_LEN

#define DT_N_S_soc_S_temp_4000c000_P_compatible_LEN   1

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts

#define DT_N_S_soc_S_temp_4000c000_P_interrupts   {12 /* 0xc */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_temp_4000c000, interrupts, 0) \
fn(DT_N_S_soc_S_temp_4000c000, interrupts, 1)

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_temp_4000c000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0   12

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_label

#define DT_N_S_soc_S_temp_4000c000_P_label   "TEMP_0"

◆ DT_N_S_soc_S_temp_4000c000_P_label_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_label_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_temp_4000c000, label, 0) \
fn(DT_N_S_soc_S_temp_4000c000, label, 1) \
fn(DT_N_S_soc_S_temp_4000c000, label, 2) \
fn(DT_N_S_soc_S_temp_4000c000, label, 3) \
fn(DT_N_S_soc_S_temp_4000c000, label, 4) \
fn(DT_N_S_soc_S_temp_4000c000, label, 5)

◆ DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_temp_4000c000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, label, 5, __VA_ARGS__)

◆ DT_N_S_soc_S_temp_4000c000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_label_STRING_TOKEN   TEMP_0

◆ DT_N_S_soc_S_temp_4000c000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_label_STRING_UPPER_TOKEN   TEMP_0

◆ DT_N_S_soc_S_temp_4000c000_P_reg

#define DT_N_S_soc_S_temp_4000c000_P_reg   {1073790976 /* 0x4000c000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_temp_4000c000_P_reg_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_temp_4000c000, reg, 0) \
fn(DT_N_S_soc_S_temp_4000c000, reg, 1)

◆ DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_temp_4000c000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0

#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0   1073790976

◆ DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1

#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_status

#define DT_N_S_soc_S_temp_4000c000_P_status   "okay"

◆ DT_N_S_soc_S_temp_4000c000_P_status_ENUM_IDX

#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_temp_4000c000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_temp_4000c000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_temp_4000c000_P_status_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_status_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_temp_4000c000, status, 0) \
fn(DT_N_S_soc_S_temp_4000c000, status, 1) \
fn(DT_N_S_soc_S_temp_4000c000, status, 2) \
fn(DT_N_S_soc_S_temp_4000c000, status, 3)

◆ DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_temp_4000c000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_temp_4000c000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_temp_4000c000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_temp_4000c000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_temp_4000c000_P_wakeup_source

#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source   0

◆ DT_N_S_soc_S_temp_4000c000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_PARENT

#define DT_N_S_soc_S_temp_4000c000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_temp_4000c000_PATH

#define DT_N_S_soc_S_temp_4000c000_PATH   "/soc/temp@4000c000"

◆ DT_N_S_soc_S_temp_4000c000_PINCTRL_NUM

#define DT_N_S_soc_S_temp_4000c000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_temp_4000c000_RANGES_NUM

#define DT_N_S_soc_S_temp_4000c000_RANGES_NUM   0

◆ DT_N_S_soc_S_temp_4000c000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_ADDRESS   1073790976 /* 0x4000c000 */

◆ DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_temp_4000c000_REG_NUM

#define DT_N_S_soc_S_temp_4000c000_REG_NUM   1

◆ DT_N_S_soc_S_temp_4000c000_REQUIRES_ORDS

#define DT_N_S_soc_S_temp_4000c000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_temp_4000c000_STATUS_okay

#define DT_N_S_soc_S_temp_4000c000_STATUS_okay   1

◆ DT_N_S_soc_S_temp_4000c000_SUPPORTS_ORDS

#define DT_N_S_soc_S_temp_4000c000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_timer_40008000_COMPAT_MATCHES_nordic_nrf_timer

#define DT_N_S_soc_S_timer_40008000_COMPAT_MATCHES_nordic_nrf_timer   1

◆ DT_N_S_soc_S_timer_40008000_EXISTS

#define DT_N_S_soc_S_timer_40008000_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_FOREACH_CHILD

#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_40008000_FOREACH_RANGE

#define DT_N_S_soc_S_timer_40008000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_40008000_FULL_NAME

#define DT_N_S_soc_S_timer_40008000_FULL_NAME   "timer@40008000"

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq   8

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_IRQ_NUM

#define DT_N_S_soc_S_timer_40008000_IRQ_NUM   1

◆ DT_N_S_soc_S_timer_40008000_ORD

#define DT_N_S_soc_S_timer_40008000_ORD   58

◆ DT_N_S_soc_S_timer_40008000_P_cc_num

#define DT_N_S_soc_S_timer_40008000_P_cc_num   4

◆ DT_N_S_soc_S_timer_40008000_P_cc_num_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_compatible

#define DT_N_S_soc_S_timer_40008000_P_compatible   {"nordic,nrf-timer"}

◆ DT_N_S_soc_S_timer_40008000_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_40008000, compatible, 0)

◆ DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_40008000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0   "nordic,nrf-timer"

◆ DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_compatible_LEN

#define DT_N_S_soc_S_timer_40008000_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_40008000_P_interrupts

#define DT_N_S_soc_S_timer_40008000_P_interrupts   {8 /* 0x8 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40008000, interrupts, 0) \
fn(DT_N_S_soc_S_timer_40008000, interrupts, 1)

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40008000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0

#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0   8

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1

#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_label

#define DT_N_S_soc_S_timer_40008000_P_label   "TIMER_0"

◆ DT_N_S_soc_S_timer_40008000_P_label_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_label_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40008000, label, 0) \
fn(DT_N_S_soc_S_timer_40008000, label, 1) \
fn(DT_N_S_soc_S_timer_40008000, label, 2) \
fn(DT_N_S_soc_S_timer_40008000, label, 3) \
fn(DT_N_S_soc_S_timer_40008000, label, 4) \
fn(DT_N_S_soc_S_timer_40008000, label, 5) \
fn(DT_N_S_soc_S_timer_40008000, label, 6)

◆ DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40008000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40008000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_label_STRING_TOKEN   TIMER_0

◆ DT_N_S_soc_S_timer_40008000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_label_STRING_UPPER_TOKEN   TIMER_0

◆ DT_N_S_soc_S_timer_40008000_P_prescaler

#define DT_N_S_soc_S_timer_40008000_P_prescaler   0

◆ DT_N_S_soc_S_timer_40008000_P_prescaler_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_reg

#define DT_N_S_soc_S_timer_40008000_P_reg   {1073774592 /* 0x40008000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_timer_40008000_P_reg_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40008000, reg, 0) \
fn(DT_N_S_soc_S_timer_40008000, reg, 1)

◆ DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40008000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40008000_P_reg_IDX_0

#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0   1073774592

◆ DT_N_S_soc_S_timer_40008000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_reg_IDX_1

#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_timer_40008000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_status

#define DT_N_S_soc_S_timer_40008000_P_status   "okay"

◆ DT_N_S_soc_S_timer_40008000_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_timer_40008000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_timer_40008000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_40008000_P_status_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40008000, status, 0) \
fn(DT_N_S_soc_S_timer_40008000, status, 1) \
fn(DT_N_S_soc_S_timer_40008000, status, 2) \
fn(DT_N_S_soc_S_timer_40008000, status, 3)

◆ DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40008000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40008000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40008000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_timer_40008000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40008000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_40008000_P_wakeup_source

#define DT_N_S_soc_S_timer_40008000_P_wakeup_source   0

◆ DT_N_S_soc_S_timer_40008000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_timer_40008000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_PARENT

#define DT_N_S_soc_S_timer_40008000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_40008000_PATH

#define DT_N_S_soc_S_timer_40008000_PATH   "/soc/timer@40008000"

◆ DT_N_S_soc_S_timer_40008000_PINCTRL_NUM

#define DT_N_S_soc_S_timer_40008000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_40008000_RANGES_NUM

#define DT_N_S_soc_S_timer_40008000_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_40008000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_ADDRESS   1073774592 /* 0x40008000 */

◆ DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_timer_40008000_REG_NUM

#define DT_N_S_soc_S_timer_40008000_REG_NUM   1

◆ DT_N_S_soc_S_timer_40008000_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_40008000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_timer_40008000_STATUS_okay

#define DT_N_S_soc_S_timer_40008000_STATUS_okay   1

◆ DT_N_S_soc_S_timer_40008000_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_40008000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_timer_40009000_COMPAT_MATCHES_nordic_nrf_timer

#define DT_N_S_soc_S_timer_40009000_COMPAT_MATCHES_nordic_nrf_timer   1

◆ DT_N_S_soc_S_timer_40009000_EXISTS

#define DT_N_S_soc_S_timer_40009000_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_FOREACH_CHILD

#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_40009000_FOREACH_RANGE

#define DT_N_S_soc_S_timer_40009000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_40009000_FULL_NAME

#define DT_N_S_soc_S_timer_40009000_FULL_NAME   "timer@40009000"

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq   9

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_IRQ_NUM

#define DT_N_S_soc_S_timer_40009000_IRQ_NUM   1

◆ DT_N_S_soc_S_timer_40009000_ORD

#define DT_N_S_soc_S_timer_40009000_ORD   59

◆ DT_N_S_soc_S_timer_40009000_P_cc_num

#define DT_N_S_soc_S_timer_40009000_P_cc_num   4

◆ DT_N_S_soc_S_timer_40009000_P_cc_num_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_compatible

#define DT_N_S_soc_S_timer_40009000_P_compatible   {"nordic,nrf-timer"}

◆ DT_N_S_soc_S_timer_40009000_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_40009000, compatible, 0)

◆ DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_40009000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0   "nordic,nrf-timer"

◆ DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_compatible_LEN

#define DT_N_S_soc_S_timer_40009000_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_40009000_P_interrupts

#define DT_N_S_soc_S_timer_40009000_P_interrupts   {9 /* 0x9 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40009000, interrupts, 0) \
fn(DT_N_S_soc_S_timer_40009000, interrupts, 1)

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40009000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0

#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0   9

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1

#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_label

#define DT_N_S_soc_S_timer_40009000_P_label   "TIMER_1"

◆ DT_N_S_soc_S_timer_40009000_P_label_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_label_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40009000, label, 0) \
fn(DT_N_S_soc_S_timer_40009000, label, 1) \
fn(DT_N_S_soc_S_timer_40009000, label, 2) \
fn(DT_N_S_soc_S_timer_40009000, label, 3) \
fn(DT_N_S_soc_S_timer_40009000, label, 4) \
fn(DT_N_S_soc_S_timer_40009000, label, 5) \
fn(DT_N_S_soc_S_timer_40009000, label, 6)

◆ DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40009000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40009000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_label_STRING_TOKEN   TIMER_1

◆ DT_N_S_soc_S_timer_40009000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_label_STRING_UPPER_TOKEN   TIMER_1

◆ DT_N_S_soc_S_timer_40009000_P_prescaler

#define DT_N_S_soc_S_timer_40009000_P_prescaler   0

◆ DT_N_S_soc_S_timer_40009000_P_prescaler_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_reg

#define DT_N_S_soc_S_timer_40009000_P_reg   {1073778688 /* 0x40009000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_timer_40009000_P_reg_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40009000, reg, 0) \
fn(DT_N_S_soc_S_timer_40009000, reg, 1)

◆ DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40009000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40009000_P_reg_IDX_0

#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0   1073778688

◆ DT_N_S_soc_S_timer_40009000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_reg_IDX_1

#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_timer_40009000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_status

#define DT_N_S_soc_S_timer_40009000_P_status   "okay"

◆ DT_N_S_soc_S_timer_40009000_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_timer_40009000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_timer_40009000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_40009000_P_status_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_40009000, status, 0) \
fn(DT_N_S_soc_S_timer_40009000, status, 1) \
fn(DT_N_S_soc_S_timer_40009000, status, 2) \
fn(DT_N_S_soc_S_timer_40009000, status, 3)

◆ DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_40009000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_40009000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_40009000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_timer_40009000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_40009000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_40009000_P_wakeup_source

#define DT_N_S_soc_S_timer_40009000_P_wakeup_source   0

◆ DT_N_S_soc_S_timer_40009000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_timer_40009000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_PARENT

#define DT_N_S_soc_S_timer_40009000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_40009000_PATH

#define DT_N_S_soc_S_timer_40009000_PATH   "/soc/timer@40009000"

◆ DT_N_S_soc_S_timer_40009000_PINCTRL_NUM

#define DT_N_S_soc_S_timer_40009000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_40009000_RANGES_NUM

#define DT_N_S_soc_S_timer_40009000_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_40009000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_ADDRESS   1073778688 /* 0x40009000 */

◆ DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_timer_40009000_REG_NUM

#define DT_N_S_soc_S_timer_40009000_REG_NUM   1

◆ DT_N_S_soc_S_timer_40009000_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_40009000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_timer_40009000_STATUS_okay

#define DT_N_S_soc_S_timer_40009000_STATUS_okay   1

◆ DT_N_S_soc_S_timer_40009000_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_40009000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_timer_4000a000_COMPAT_MATCHES_nordic_nrf_timer

#define DT_N_S_soc_S_timer_4000a000_COMPAT_MATCHES_nordic_nrf_timer   1

◆ DT_N_S_soc_S_timer_4000a000_EXISTS

#define DT_N_S_soc_S_timer_4000a000_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD

#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4000a000_FOREACH_RANGE

#define DT_N_S_soc_S_timer_4000a000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_4000a000_FULL_NAME

#define DT_N_S_soc_S_timer_4000a000_FULL_NAME   "timer@4000a000"

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq   10

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_IRQ_NUM

#define DT_N_S_soc_S_timer_4000a000_IRQ_NUM   1

◆ DT_N_S_soc_S_timer_4000a000_ORD

#define DT_N_S_soc_S_timer_4000a000_ORD   8

◆ DT_N_S_soc_S_timer_4000a000_P_cc_num

#define DT_N_S_soc_S_timer_4000a000_P_cc_num   4

◆ DT_N_S_soc_S_timer_4000a000_P_cc_num_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_compatible

#define DT_N_S_soc_S_timer_4000a000_P_compatible   {"nordic,nrf-timer"}

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_4000a000, compatible, 0)

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_4000a000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0   "nordic,nrf-timer"

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_compatible_LEN

#define DT_N_S_soc_S_timer_4000a000_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts

#define DT_N_S_soc_S_timer_4000a000_P_interrupts   {10 /* 0xa */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4000a000, interrupts, 0) \
fn(DT_N_S_soc_S_timer_4000a000, interrupts, 1)

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4000a000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0   10

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_label

#define DT_N_S_soc_S_timer_4000a000_P_label   "TIMER_2"

◆ DT_N_S_soc_S_timer_4000a000_P_label_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_label_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4000a000, label, 0) \
fn(DT_N_S_soc_S_timer_4000a000, label, 1) \
fn(DT_N_S_soc_S_timer_4000a000, label, 2) \
fn(DT_N_S_soc_S_timer_4000a000, label, 3) \
fn(DT_N_S_soc_S_timer_4000a000, label, 4) \
fn(DT_N_S_soc_S_timer_4000a000, label, 5) \
fn(DT_N_S_soc_S_timer_4000a000, label, 6)

◆ DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4000a000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4000a000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_label_STRING_TOKEN   TIMER_2

◆ DT_N_S_soc_S_timer_4000a000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_label_STRING_UPPER_TOKEN   TIMER_2

◆ DT_N_S_soc_S_timer_4000a000_P_prescaler

#define DT_N_S_soc_S_timer_4000a000_P_prescaler   0

◆ DT_N_S_soc_S_timer_4000a000_P_prescaler_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_reg

#define DT_N_S_soc_S_timer_4000a000_P_reg   {1073782784 /* 0x4000a000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_timer_4000a000_P_reg_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4000a000, reg, 0) \
fn(DT_N_S_soc_S_timer_4000a000, reg, 1)

◆ DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4000a000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0

#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0   1073782784

◆ DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1

#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_status

#define DT_N_S_soc_S_timer_4000a000_P_status   "okay"

◆ DT_N_S_soc_S_timer_4000a000_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_timer_4000a000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_timer_4000a000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4000a000_P_status_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4000a000, status, 0) \
fn(DT_N_S_soc_S_timer_4000a000, status, 1) \
fn(DT_N_S_soc_S_timer_4000a000, status, 2) \
fn(DT_N_S_soc_S_timer_4000a000, status, 3)

◆ DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4000a000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4000a000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4000a000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_timer_4000a000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4000a000_P_wakeup_source

#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source   0

◆ DT_N_S_soc_S_timer_4000a000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_PARENT

#define DT_N_S_soc_S_timer_4000a000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_4000a000_PATH

#define DT_N_S_soc_S_timer_4000a000_PATH   "/soc/timer@4000a000"

◆ DT_N_S_soc_S_timer_4000a000_PINCTRL_NUM

#define DT_N_S_soc_S_timer_4000a000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_4000a000_RANGES_NUM

#define DT_N_S_soc_S_timer_4000a000_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_4000a000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_ADDRESS   1073782784 /* 0x4000a000 */

◆ DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_timer_4000a000_REG_NUM

#define DT_N_S_soc_S_timer_4000a000_REG_NUM   1

◆ DT_N_S_soc_S_timer_4000a000_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_4000a000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_timer_4000a000_STATUS_okay

#define DT_N_S_soc_S_timer_4000a000_STATUS_okay   1

◆ DT_N_S_soc_S_timer_4000a000_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_4000a000_SUPPORTS_ORDS    9, /* /sw-pwm */

◆ DT_N_S_soc_S_timer_4001a000_COMPAT_MATCHES_nordic_nrf_timer

#define DT_N_S_soc_S_timer_4001a000_COMPAT_MATCHES_nordic_nrf_timer   1

◆ DT_N_S_soc_S_timer_4001a000_EXISTS

#define DT_N_S_soc_S_timer_4001a000_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD

#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4001a000_FOREACH_RANGE

#define DT_N_S_soc_S_timer_4001a000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_4001a000_FULL_NAME

#define DT_N_S_soc_S_timer_4001a000_FULL_NAME   "timer@4001a000"

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq   26

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_IRQ_NUM

#define DT_N_S_soc_S_timer_4001a000_IRQ_NUM   1

◆ DT_N_S_soc_S_timer_4001a000_ORD

#define DT_N_S_soc_S_timer_4001a000_ORD   60

◆ DT_N_S_soc_S_timer_4001a000_P_cc_num

#define DT_N_S_soc_S_timer_4001a000_P_cc_num   6

◆ DT_N_S_soc_S_timer_4001a000_P_cc_num_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_compatible

#define DT_N_S_soc_S_timer_4001a000_P_compatible   {"nordic,nrf-timer"}

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_4001a000, compatible, 0)

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_4001a000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0   "nordic,nrf-timer"

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_compatible_LEN

#define DT_N_S_soc_S_timer_4001a000_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts

#define DT_N_S_soc_S_timer_4001a000_P_interrupts   {26 /* 0x1a */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001a000, interrupts, 0) \
fn(DT_N_S_soc_S_timer_4001a000, interrupts, 1)

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001a000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0   26

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_label

#define DT_N_S_soc_S_timer_4001a000_P_label   "TIMER_3"

◆ DT_N_S_soc_S_timer_4001a000_P_label_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_label_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001a000, label, 0) \
fn(DT_N_S_soc_S_timer_4001a000, label, 1) \
fn(DT_N_S_soc_S_timer_4001a000, label, 2) \
fn(DT_N_S_soc_S_timer_4001a000, label, 3) \
fn(DT_N_S_soc_S_timer_4001a000, label, 4) \
fn(DT_N_S_soc_S_timer_4001a000, label, 5) \
fn(DT_N_S_soc_S_timer_4001a000, label, 6)

◆ DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001a000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001a000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_label_STRING_TOKEN   TIMER_3

◆ DT_N_S_soc_S_timer_4001a000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_label_STRING_UPPER_TOKEN   TIMER_3

◆ DT_N_S_soc_S_timer_4001a000_P_prescaler

#define DT_N_S_soc_S_timer_4001a000_P_prescaler   0

◆ DT_N_S_soc_S_timer_4001a000_P_prescaler_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_reg

#define DT_N_S_soc_S_timer_4001a000_P_reg   {1073848320 /* 0x4001a000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_timer_4001a000_P_reg_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001a000, reg, 0) \
fn(DT_N_S_soc_S_timer_4001a000, reg, 1)

◆ DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001a000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0

#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0   1073848320

◆ DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1

#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_status

#define DT_N_S_soc_S_timer_4001a000_P_status   "okay"

◆ DT_N_S_soc_S_timer_4001a000_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_timer_4001a000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_timer_4001a000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4001a000_P_status_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001a000, status, 0) \
fn(DT_N_S_soc_S_timer_4001a000, status, 1) \
fn(DT_N_S_soc_S_timer_4001a000, status, 2) \
fn(DT_N_S_soc_S_timer_4001a000, status, 3)

◆ DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001a000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001a000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001a000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_timer_4001a000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4001a000_P_wakeup_source

#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source   0

◆ DT_N_S_soc_S_timer_4001a000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_PARENT

#define DT_N_S_soc_S_timer_4001a000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_4001a000_PATH

#define DT_N_S_soc_S_timer_4001a000_PATH   "/soc/timer@4001a000"

◆ DT_N_S_soc_S_timer_4001a000_PINCTRL_NUM

#define DT_N_S_soc_S_timer_4001a000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_4001a000_RANGES_NUM

#define DT_N_S_soc_S_timer_4001a000_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_4001a000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_ADDRESS   1073848320 /* 0x4001a000 */

◆ DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_timer_4001a000_REG_NUM

#define DT_N_S_soc_S_timer_4001a000_REG_NUM   1

◆ DT_N_S_soc_S_timer_4001a000_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_4001a000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_timer_4001a000_STATUS_okay

#define DT_N_S_soc_S_timer_4001a000_STATUS_okay   1

◆ DT_N_S_soc_S_timer_4001a000_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_4001a000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_timer_4001b000_COMPAT_MATCHES_nordic_nrf_timer

#define DT_N_S_soc_S_timer_4001b000_COMPAT_MATCHES_nordic_nrf_timer   1

◆ DT_N_S_soc_S_timer_4001b000_EXISTS

#define DT_N_S_soc_S_timer_4001b000_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD

#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_4001b000_FOREACH_RANGE

#define DT_N_S_soc_S_timer_4001b000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_4001b000_FULL_NAME

#define DT_N_S_soc_S_timer_4001b000_FULL_NAME   "timer@4001b000"

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq   27

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_IRQ_NUM

#define DT_N_S_soc_S_timer_4001b000_IRQ_NUM   1

◆ DT_N_S_soc_S_timer_4001b000_ORD

#define DT_N_S_soc_S_timer_4001b000_ORD   61

◆ DT_N_S_soc_S_timer_4001b000_P_cc_num

#define DT_N_S_soc_S_timer_4001b000_P_cc_num   6

◆ DT_N_S_soc_S_timer_4001b000_P_cc_num_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_cc_num_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_compatible

#define DT_N_S_soc_S_timer_4001b000_P_compatible   {"nordic,nrf-timer"}

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_4001b000, compatible, 0)

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_4001b000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0   "nordic,nrf-timer"

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_compatible_LEN

#define DT_N_S_soc_S_timer_4001b000_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts

#define DT_N_S_soc_S_timer_4001b000_P_interrupts   {27 /* 0x1b */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001b000, interrupts, 0) \
fn(DT_N_S_soc_S_timer_4001b000, interrupts, 1)

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001b000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0   27

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_label

#define DT_N_S_soc_S_timer_4001b000_P_label   "TIMER_4"

◆ DT_N_S_soc_S_timer_4001b000_P_label_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_label_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001b000, label, 0) \
fn(DT_N_S_soc_S_timer_4001b000, label, 1) \
fn(DT_N_S_soc_S_timer_4001b000, label, 2) \
fn(DT_N_S_soc_S_timer_4001b000, label, 3) \
fn(DT_N_S_soc_S_timer_4001b000, label, 4) \
fn(DT_N_S_soc_S_timer_4001b000, label, 5) \
fn(DT_N_S_soc_S_timer_4001b000, label, 6)

◆ DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001b000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, label, 6, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001b000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_label_STRING_TOKEN   TIMER_4

◆ DT_N_S_soc_S_timer_4001b000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_label_STRING_UPPER_TOKEN   TIMER_4

◆ DT_N_S_soc_S_timer_4001b000_P_prescaler

#define DT_N_S_soc_S_timer_4001b000_P_prescaler   0

◆ DT_N_S_soc_S_timer_4001b000_P_prescaler_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_prescaler_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_reg

#define DT_N_S_soc_S_timer_4001b000_P_reg   {1073852416 /* 0x4001b000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_timer_4001b000_P_reg_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001b000, reg, 0) \
fn(DT_N_S_soc_S_timer_4001b000, reg, 1)

◆ DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001b000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0

#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0   1073852416

◆ DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1

#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_status

#define DT_N_S_soc_S_timer_4001b000_P_status   "okay"

◆ DT_N_S_soc_S_timer_4001b000_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_timer_4001b000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_timer_4001b000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4001b000_P_status_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_4001b000, status, 0) \
fn(DT_N_S_soc_S_timer_4001b000, status, 1) \
fn(DT_N_S_soc_S_timer_4001b000, status, 2) \
fn(DT_N_S_soc_S_timer_4001b000, status, 3)

◆ DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_4001b000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_4001b000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_4001b000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_timer_4001b000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_timer_4001b000_P_wakeup_source

#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source   0

◆ DT_N_S_soc_S_timer_4001b000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_PARENT

#define DT_N_S_soc_S_timer_4001b000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_4001b000_PATH

#define DT_N_S_soc_S_timer_4001b000_PATH   "/soc/timer@4001b000"

◆ DT_N_S_soc_S_timer_4001b000_PINCTRL_NUM

#define DT_N_S_soc_S_timer_4001b000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_4001b000_RANGES_NUM

#define DT_N_S_soc_S_timer_4001b000_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_4001b000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_ADDRESS   1073852416 /* 0x4001b000 */

◆ DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_timer_4001b000_REG_NUM

#define DT_N_S_soc_S_timer_4001b000_REG_NUM   1

◆ DT_N_S_soc_S_timer_4001b000_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_4001b000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_timer_4001b000_STATUS_okay

#define DT_N_S_soc_S_timer_4001b000_STATUS_okay   1

◆ DT_N_S_soc_S_timer_4001b000_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_4001b000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_timer_e000e010_COMPAT_MATCHES_arm_armv7m_systick

#define DT_N_S_soc_S_timer_e000e010_COMPAT_MATCHES_arm_armv7m_systick   1

◆ DT_N_S_soc_S_timer_e000e010_EXISTS

#define DT_N_S_soc_S_timer_e000e010_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD

#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_timer_e000e010_FOREACH_RANGE

#define DT_N_S_soc_S_timer_e000e010_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_timer_e000e010_FULL_NAME

#define DT_N_S_soc_S_timer_e000e010_FULL_NAME   "timer@e000e010"

◆ DT_N_S_soc_S_timer_e000e010_IRQ_NUM

#define DT_N_S_soc_S_timer_e000e010_IRQ_NUM   0

◆ DT_N_S_soc_S_timer_e000e010_ORD

#define DT_N_S_soc_S_timer_e000e010_ORD   62

◆ DT_N_S_soc_S_timer_e000e010_P_compatible

#define DT_N_S_soc_S_timer_e000e010_P_compatible   {"arm,armv7m-systick"}

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_timer_e000e010, compatible, 0)

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_timer_e000e010, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0

#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0   "arm,armv7m-systick"

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_compatible_LEN

#define DT_N_S_soc_S_timer_e000e010_P_compatible_LEN   1

◆ DT_N_S_soc_S_timer_e000e010_P_reg

#define DT_N_S_soc_S_timer_e000e010_P_reg   {3758153744 /* 0xe000e010 */, 16 /* 0x10 */}

◆ DT_N_S_soc_S_timer_e000e010_P_reg_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_reg_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_e000e010, reg, 0) \
fn(DT_N_S_soc_S_timer_e000e010, reg, 1)

◆ DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_e000e010, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0

#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0   3758153744

◆ DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1

#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1   16

◆ DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_status

#define DT_N_S_soc_S_timer_e000e010_P_status   "disabled"

◆ DT_N_S_soc_S_timer_e000e010_P_status_ENUM_IDX

#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_IDX   2

◆ DT_N_S_soc_S_timer_e000e010_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_soc_S_timer_e000e010_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_timer_e000e010_P_status_EXISTS

#define DT_N_S_soc_S_timer_e000e010_P_status_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_timer_e000e010, status, 0) \
fn(DT_N_S_soc_S_timer_e000e010, status, 1) \
fn(DT_N_S_soc_S_timer_e000e010, status, 2) \
fn(DT_N_S_soc_S_timer_e000e010, status, 3) \
fn(DT_N_S_soc_S_timer_e000e010, status, 4) \
fn(DT_N_S_soc_S_timer_e000e010, status, 5) \
fn(DT_N_S_soc_S_timer_e000e010, status, 6) \
fn(DT_N_S_soc_S_timer_e000e010, status, 7)

◆ DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_timer_e000e010, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 5, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 6, __VA_ARGS__) \
fn(DT_N_S_soc_S_timer_e000e010, status, 7, __VA_ARGS__)

◆ DT_N_S_soc_S_timer_e000e010_P_status_STRING_TOKEN

#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_TOKEN   disabled

◆ DT_N_S_soc_S_timer_e000e010_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_soc_S_timer_e000e010_PARENT

#define DT_N_S_soc_S_timer_e000e010_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_timer_e000e010_PATH

#define DT_N_S_soc_S_timer_e000e010_PATH   "/soc/timer@e000e010"

◆ DT_N_S_soc_S_timer_e000e010_PINCTRL_NUM

#define DT_N_S_soc_S_timer_e000e010_PINCTRL_NUM   0

◆ DT_N_S_soc_S_timer_e000e010_RANGES_NUM

#define DT_N_S_soc_S_timer_e000e010_RANGES_NUM   0

◆ DT_N_S_soc_S_timer_e000e010_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_ADDRESS   3758153744 /* 0xe000e010 */

◆ DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_SIZE   16 /* 0x10 */

◆ DT_N_S_soc_S_timer_e000e010_REG_NUM

#define DT_N_S_soc_S_timer_e000e010_REG_NUM   1

◆ DT_N_S_soc_S_timer_e000e010_REQUIRES_ORDS

#define DT_N_S_soc_S_timer_e000e010_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_timer_e000e010_STATUS_disabled

#define DT_N_S_soc_S_timer_e000e010_STATUS_disabled   1

◆ DT_N_S_soc_S_timer_e000e010_SUPPORTS_ORDS

#define DT_N_S_soc_S_timer_e000e010_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_uart_40002000_COMPAT_MATCHES_nordic_nrf_uarte

#define DT_N_S_soc_S_uart_40002000_COMPAT_MATCHES_nordic_nrf_uarte   1

◆ DT_N_S_soc_S_uart_40002000_EXISTS

#define DT_N_S_soc_S_uart_40002000_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_FOREACH_CHILD

#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uart_40002000_FOREACH_RANGE

#define DT_N_S_soc_S_uart_40002000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_uart_40002000_FULL_NAME

#define DT_N_S_soc_S_uart_40002000_FULL_NAME   "uart@40002000"

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq   2

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_IRQ_NUM

#define DT_N_S_soc_S_uart_40002000_IRQ_NUM   1

◆ DT_N_S_soc_S_uart_40002000_ORD

#define DT_N_S_soc_S_uart_40002000_ORD   63

◆ DT_N_S_soc_S_uart_40002000_P_compatible

#define DT_N_S_soc_S_uart_40002000_P_compatible   {"nordic,nrf-uarte"}

◆ DT_N_S_soc_S_uart_40002000_P_compatible_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_uart_40002000, compatible, 0)

◆ DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_uart_40002000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0

#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0   "nordic,nrf-uarte"

◆ DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_compatible_LEN

#define DT_N_S_soc_S_uart_40002000_P_compatible_LEN   1

◆ DT_N_S_soc_S_uart_40002000_P_cts_pin

#define DT_N_S_soc_S_uart_40002000_P_cts_pin   7

◆ DT_N_S_soc_S_uart_40002000_P_cts_pin_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_cts_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_cts_pull_up

#define DT_N_S_soc_S_uart_40002000_P_cts_pull_up   1

◆ DT_N_S_soc_S_uart_40002000_P_cts_pull_up_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_cts_pull_up_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_current_speed

#define DT_N_S_soc_S_uart_40002000_P_current_speed   115200

◆ DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_IDX

#define DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_IDX   12

◆ DT_N_S_soc_S_uart_40002000_P_current_speed_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_current_speed_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_disable_rx

#define DT_N_S_soc_S_uart_40002000_P_disable_rx   0

◆ DT_N_S_soc_S_uart_40002000_P_disable_rx_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_disable_rx_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_hw_flow_control

#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control   0

◆ DT_N_S_soc_S_uart_40002000_P_hw_flow_control_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_interrupts

#define DT_N_S_soc_S_uart_40002000_P_interrupts   {2 /* 0x2 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40002000, interrupts, 0) \
fn(DT_N_S_soc_S_uart_40002000, interrupts, 1)

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40002000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0

#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0   2

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1

#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_label

#define DT_N_S_soc_S_uart_40002000_P_label   "UART_0"

◆ DT_N_S_soc_S_uart_40002000_P_label_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_label_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40002000, label, 0) \
fn(DT_N_S_soc_S_uart_40002000, label, 1) \
fn(DT_N_S_soc_S_uart_40002000, label, 2) \
fn(DT_N_S_soc_S_uart_40002000, label, 3) \
fn(DT_N_S_soc_S_uart_40002000, label, 4) \
fn(DT_N_S_soc_S_uart_40002000, label, 5)

◆ DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40002000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, label, 5, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40002000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_label_STRING_TOKEN   UART_0

◆ DT_N_S_soc_S_uart_40002000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_label_STRING_UPPER_TOKEN   UART_0

◆ DT_N_S_soc_S_uart_40002000_P_reg

#define DT_N_S_soc_S_uart_40002000_P_reg   {1073750016 /* 0x40002000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_uart_40002000_P_reg_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40002000, reg, 0) \
fn(DT_N_S_soc_S_uart_40002000, reg, 1)

◆ DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40002000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40002000_P_reg_IDX_0

#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0   1073750016

◆ DT_N_S_soc_S_uart_40002000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_reg_IDX_1

#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_uart_40002000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_rts_pin

#define DT_N_S_soc_S_uart_40002000_P_rts_pin   5

◆ DT_N_S_soc_S_uart_40002000_P_rts_pin_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_rts_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_rx_pin

#define DT_N_S_soc_S_uart_40002000_P_rx_pin   8

◆ DT_N_S_soc_S_uart_40002000_P_rx_pin_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_rx_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_rx_pull_up

#define DT_N_S_soc_S_uart_40002000_P_rx_pull_up   1

◆ DT_N_S_soc_S_uart_40002000_P_rx_pull_up_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_rx_pull_up_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_status

#define DT_N_S_soc_S_uart_40002000_P_status   "okay"

◆ DT_N_S_soc_S_uart_40002000_P_status_ENUM_IDX

#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_uart_40002000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_uart_40002000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uart_40002000_P_status_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_status_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40002000, status, 0) \
fn(DT_N_S_soc_S_uart_40002000, status, 1) \
fn(DT_N_S_soc_S_uart_40002000, status, 2) \
fn(DT_N_S_soc_S_uart_40002000, status, 3)

◆ DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40002000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40002000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40002000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_uart_40002000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40002000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uart_40002000_P_tx_pin

#define DT_N_S_soc_S_uart_40002000_P_tx_pin   6

◆ DT_N_S_soc_S_uart_40002000_P_tx_pin_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_tx_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_P_wakeup_source

#define DT_N_S_soc_S_uart_40002000_P_wakeup_source   0

◆ DT_N_S_soc_S_uart_40002000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_uart_40002000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_PARENT

#define DT_N_S_soc_S_uart_40002000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_uart_40002000_PATH

#define DT_N_S_soc_S_uart_40002000_PATH   "/soc/uart@40002000"

◆ DT_N_S_soc_S_uart_40002000_PINCTRL_NUM

#define DT_N_S_soc_S_uart_40002000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_uart_40002000_RANGES_NUM

#define DT_N_S_soc_S_uart_40002000_RANGES_NUM   0

◆ DT_N_S_soc_S_uart_40002000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_ADDRESS   1073750016 /* 0x40002000 */

◆ DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_uart_40002000_REG_NUM

#define DT_N_S_soc_S_uart_40002000_REG_NUM   1

◆ DT_N_S_soc_S_uart_40002000_REQUIRES_ORDS

#define DT_N_S_soc_S_uart_40002000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_uart_40002000_STATUS_okay

#define DT_N_S_soc_S_uart_40002000_STATUS_okay   1

◆ DT_N_S_soc_S_uart_40002000_SUPPORTS_ORDS

#define DT_N_S_soc_S_uart_40002000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_uart_40028000_COMPAT_MATCHES_nordic_nrf_uarte

#define DT_N_S_soc_S_uart_40028000_COMPAT_MATCHES_nordic_nrf_uarte   1

◆ DT_N_S_soc_S_uart_40028000_EXISTS

#define DT_N_S_soc_S_uart_40028000_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_FOREACH_CHILD

#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uart_40028000_FOREACH_RANGE

#define DT_N_S_soc_S_uart_40028000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_uart_40028000_FULL_NAME

#define DT_N_S_soc_S_uart_40028000_FULL_NAME   "uart@40028000"

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq   40

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_IRQ_NUM

#define DT_N_S_soc_S_uart_40028000_IRQ_NUM   1

◆ DT_N_S_soc_S_uart_40028000_ORD

#define DT_N_S_soc_S_uart_40028000_ORD   64

◆ DT_N_S_soc_S_uart_40028000_P_compatible

#define DT_N_S_soc_S_uart_40028000_P_compatible   {"nordic,nrf-uarte"}

◆ DT_N_S_soc_S_uart_40028000_P_compatible_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_uart_40028000, compatible, 0)

◆ DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_uart_40028000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0

#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0   "nordic,nrf-uarte"

◆ DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_compatible_LEN

#define DT_N_S_soc_S_uart_40028000_P_compatible_LEN   1

◆ DT_N_S_soc_S_uart_40028000_P_cts_pull_up

#define DT_N_S_soc_S_uart_40028000_P_cts_pull_up   0

◆ DT_N_S_soc_S_uart_40028000_P_cts_pull_up_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_cts_pull_up_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_current_speed

#define DT_N_S_soc_S_uart_40028000_P_current_speed   115200

◆ DT_N_S_soc_S_uart_40028000_P_current_speed_ENUM_IDX

#define DT_N_S_soc_S_uart_40028000_P_current_speed_ENUM_IDX   12

◆ DT_N_S_soc_S_uart_40028000_P_current_speed_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_current_speed_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_disable_rx

#define DT_N_S_soc_S_uart_40028000_P_disable_rx   0

◆ DT_N_S_soc_S_uart_40028000_P_disable_rx_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_disable_rx_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_hw_flow_control

#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control   0

◆ DT_N_S_soc_S_uart_40028000_P_hw_flow_control_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_interrupts

#define DT_N_S_soc_S_uart_40028000_P_interrupts   {40 /* 0x28 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40028000, interrupts, 0) \
fn(DT_N_S_soc_S_uart_40028000, interrupts, 1)

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40028000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0

#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0   40

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1

#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_label

#define DT_N_S_soc_S_uart_40028000_P_label   "UART_1"

◆ DT_N_S_soc_S_uart_40028000_P_label_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_label_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40028000, label, 0) \
fn(DT_N_S_soc_S_uart_40028000, label, 1) \
fn(DT_N_S_soc_S_uart_40028000, label, 2) \
fn(DT_N_S_soc_S_uart_40028000, label, 3) \
fn(DT_N_S_soc_S_uart_40028000, label, 4) \
fn(DT_N_S_soc_S_uart_40028000, label, 5)

◆ DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40028000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, label, 3, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, label, 4, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, label, 5, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40028000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_label_STRING_TOKEN   UART_1

◆ DT_N_S_soc_S_uart_40028000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_label_STRING_UPPER_TOKEN   UART_1

◆ DT_N_S_soc_S_uart_40028000_P_reg

#define DT_N_S_soc_S_uart_40028000_P_reg   {1073905664 /* 0x40028000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_uart_40028000_P_reg_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40028000, reg, 0) \
fn(DT_N_S_soc_S_uart_40028000, reg, 1)

◆ DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40028000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40028000_P_reg_IDX_0

#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0   1073905664

◆ DT_N_S_soc_S_uart_40028000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_reg_IDX_1

#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_uart_40028000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_rx_pin

#define DT_N_S_soc_S_uart_40028000_P_rx_pin   33

◆ DT_N_S_soc_S_uart_40028000_P_rx_pin_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_rx_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_rx_pull_up

#define DT_N_S_soc_S_uart_40028000_P_rx_pull_up   1

◆ DT_N_S_soc_S_uart_40028000_P_rx_pull_up_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_rx_pull_up_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_status

#define DT_N_S_soc_S_uart_40028000_P_status   "okay"

◆ DT_N_S_soc_S_uart_40028000_P_status_ENUM_IDX

#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_uart_40028000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_uart_40028000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uart_40028000_P_status_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_status_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uart_40028000, status, 0) \
fn(DT_N_S_soc_S_uart_40028000, status, 1) \
fn(DT_N_S_soc_S_uart_40028000, status, 2) \
fn(DT_N_S_soc_S_uart_40028000, status, 3)

◆ DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uart_40028000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_uart_40028000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_uart_40028000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_uart_40028000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_uart_40028000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uart_40028000_P_tx_pin

#define DT_N_S_soc_S_uart_40028000_P_tx_pin   34

◆ DT_N_S_soc_S_uart_40028000_P_tx_pin_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_tx_pin_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_P_wakeup_source

#define DT_N_S_soc_S_uart_40028000_P_wakeup_source   0

◆ DT_N_S_soc_S_uart_40028000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_uart_40028000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_PARENT

#define DT_N_S_soc_S_uart_40028000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_uart_40028000_PATH

#define DT_N_S_soc_S_uart_40028000_PATH   "/soc/uart@40028000"

◆ DT_N_S_soc_S_uart_40028000_PINCTRL_NUM

#define DT_N_S_soc_S_uart_40028000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_uart_40028000_RANGES_NUM

#define DT_N_S_soc_S_uart_40028000_RANGES_NUM   0

◆ DT_N_S_soc_S_uart_40028000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_ADDRESS   1073905664 /* 0x40028000 */

◆ DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_uart_40028000_REG_NUM

#define DT_N_S_soc_S_uart_40028000_REG_NUM   1

◆ DT_N_S_soc_S_uart_40028000_REQUIRES_ORDS

#define DT_N_S_soc_S_uart_40028000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_uart_40028000_STATUS_okay

#define DT_N_S_soc_S_uart_40028000_STATUS_okay   1

◆ DT_N_S_soc_S_uart_40028000_SUPPORTS_ORDS

#define DT_N_S_soc_S_uart_40028000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_uicr_10001000_COMPAT_MATCHES_nordic_nrf_uicr

#define DT_N_S_soc_S_uicr_10001000_COMPAT_MATCHES_nordic_nrf_uicr   1

◆ DT_N_S_soc_S_uicr_10001000_EXISTS

#define DT_N_S_soc_S_uicr_10001000_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD

#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_uicr_10001000_FOREACH_RANGE

#define DT_N_S_soc_S_uicr_10001000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_uicr_10001000_FULL_NAME

#define DT_N_S_soc_S_uicr_10001000_FULL_NAME   "uicr@10001000"

◆ DT_N_S_soc_S_uicr_10001000_IRQ_NUM

#define DT_N_S_soc_S_uicr_10001000_IRQ_NUM   0

◆ DT_N_S_soc_S_uicr_10001000_ORD

#define DT_N_S_soc_S_uicr_10001000_ORD   65

◆ DT_N_S_soc_S_uicr_10001000_P_compatible

#define DT_N_S_soc_S_uicr_10001000_P_compatible   {"nordic,nrf-uicr"}

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_uicr_10001000, compatible, 0)

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_uicr_10001000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0

#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0   "nordic,nrf-uicr"

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_compatible_LEN

#define DT_N_S_soc_S_uicr_10001000_P_compatible_LEN   1

◆ DT_N_S_soc_S_uicr_10001000_P_reg

#define DT_N_S_soc_S_uicr_10001000_P_reg   {268439552 /* 0x10001000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_uicr_10001000_P_reg_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uicr_10001000, reg, 0) \
fn(DT_N_S_soc_S_uicr_10001000, reg, 1)

◆ DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uicr_10001000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uicr_10001000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0

#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0   268439552

◆ DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1

#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_status

#define DT_N_S_soc_S_uicr_10001000_P_status   "okay"

◆ DT_N_S_soc_S_uicr_10001000_P_status_ENUM_IDX

#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_uicr_10001000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_uicr_10001000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uicr_10001000_P_status_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_status_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_uicr_10001000, status, 0) \
fn(DT_N_S_soc_S_uicr_10001000, status, 1) \
fn(DT_N_S_soc_S_uicr_10001000, status, 2) \
fn(DT_N_S_soc_S_uicr_10001000, status, 3)

◆ DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_uicr_10001000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_uicr_10001000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_uicr_10001000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_uicr_10001000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_uicr_10001000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_uicr_10001000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_uicr_10001000_P_wakeup_source

#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source   0

◆ DT_N_S_soc_S_uicr_10001000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_PARENT

#define DT_N_S_soc_S_uicr_10001000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_uicr_10001000_PATH

#define DT_N_S_soc_S_uicr_10001000_PATH   "/soc/uicr@10001000"

◆ DT_N_S_soc_S_uicr_10001000_PINCTRL_NUM

#define DT_N_S_soc_S_uicr_10001000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_uicr_10001000_RANGES_NUM

#define DT_N_S_soc_S_uicr_10001000_RANGES_NUM   0

◆ DT_N_S_soc_S_uicr_10001000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_ADDRESS   268439552 /* 0x10001000 */

◆ DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_uicr_10001000_REG_NUM

#define DT_N_S_soc_S_uicr_10001000_REG_NUM   1

◆ DT_N_S_soc_S_uicr_10001000_REQUIRES_ORDS

#define DT_N_S_soc_S_uicr_10001000_REQUIRES_ORDS    6, /* /soc */

◆ DT_N_S_soc_S_uicr_10001000_STATUS_okay

#define DT_N_S_soc_S_uicr_10001000_STATUS_okay   1

◆ DT_N_S_soc_S_uicr_10001000_SUPPORTS_ORDS

#define DT_N_S_soc_S_uicr_10001000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_usbd_40027000_COMPAT_MATCHES_nordic_nrf_usbd

#define DT_N_S_soc_S_usbd_40027000_COMPAT_MATCHES_nordic_nrf_usbd   1

◆ DT_N_S_soc_S_usbd_40027000_EXISTS

#define DT_N_S_soc_S_usbd_40027000_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD

#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_usbd_40027000_FOREACH_RANGE

#define DT_N_S_soc_S_usbd_40027000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_usbd_40027000_FULL_NAME

#define DT_N_S_soc_S_usbd_40027000_FULL_NAME   "usbd@40027000"

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq   39

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_IRQ_NUM

#define DT_N_S_soc_S_usbd_40027000_IRQ_NUM   1

◆ DT_N_S_soc_S_usbd_40027000_ORD

#define DT_N_S_soc_S_usbd_40027000_ORD   66

◆ DT_N_S_soc_S_usbd_40027000_P_compatible

#define DT_N_S_soc_S_usbd_40027000_P_compatible   {"nordic,nrf-usbd"}

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_usbd_40027000, compatible, 0)

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_usbd_40027000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0

#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0   "nordic,nrf-usbd"

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_compatible_LEN

#define DT_N_S_soc_S_usbd_40027000_P_compatible_LEN   1

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts

#define DT_N_S_soc_S_usbd_40027000_P_interrupts   {39 /* 0x27 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_usbd_40027000, interrupts, 0) \
fn(DT_N_S_soc_S_usbd_40027000, interrupts, 1)

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_usbd_40027000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0   39

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_label

#define DT_N_S_soc_S_usbd_40027000_P_label   "USBD"

◆ DT_N_S_soc_S_usbd_40027000_P_label_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_label_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_usbd_40027000, label, 0) \
fn(DT_N_S_soc_S_usbd_40027000, label, 1) \
fn(DT_N_S_soc_S_usbd_40027000, label, 2) \
fn(DT_N_S_soc_S_usbd_40027000, label, 3)

◆ DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_usbd_40027000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, label, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, label, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_usbd_40027000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_label_STRING_TOKEN   USBD

◆ DT_N_S_soc_S_usbd_40027000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_label_STRING_UPPER_TOKEN   USBD

◆ DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints

#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints

#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints   7

◆ DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints

#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints

#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints

#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints   7

◆ DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_reg

#define DT_N_S_soc_S_usbd_40027000_P_reg   {1073901568 /* 0x40027000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_usbd_40027000_P_reg_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_usbd_40027000, reg, 0) \
fn(DT_N_S_soc_S_usbd_40027000, reg, 1)

◆ DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_usbd_40027000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0

#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0   1073901568

◆ DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1

#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_status

#define DT_N_S_soc_S_usbd_40027000_P_status   "okay"

◆ DT_N_S_soc_S_usbd_40027000_P_status_ENUM_IDX

#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_usbd_40027000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_usbd_40027000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_usbd_40027000_P_status_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_status_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_usbd_40027000, status, 0) \
fn(DT_N_S_soc_S_usbd_40027000, status, 1) \
fn(DT_N_S_soc_S_usbd_40027000, status, 2) \
fn(DT_N_S_soc_S_usbd_40027000, status, 3)

◆ DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_usbd_40027000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_usbd_40027000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_usbd_40027000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_usbd_40027000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_usbd_40027000_P_wakeup_source

#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source   0

◆ DT_N_S_soc_S_usbd_40027000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_PARENT

#define DT_N_S_soc_S_usbd_40027000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_usbd_40027000_PATH

#define DT_N_S_soc_S_usbd_40027000_PATH   "/soc/usbd@40027000"

◆ DT_N_S_soc_S_usbd_40027000_PINCTRL_NUM

#define DT_N_S_soc_S_usbd_40027000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_usbd_40027000_RANGES_NUM

#define DT_N_S_soc_S_usbd_40027000_RANGES_NUM   0

◆ DT_N_S_soc_S_usbd_40027000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_ADDRESS   1073901568 /* 0x40027000 */

◆ DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_usbd_40027000_REG_NUM

#define DT_N_S_soc_S_usbd_40027000_REG_NUM   1

◆ DT_N_S_soc_S_usbd_40027000_REQUIRES_ORDS

#define DT_N_S_soc_S_usbd_40027000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_usbd_40027000_STATUS_okay

#define DT_N_S_soc_S_usbd_40027000_STATUS_okay   1

◆ DT_N_S_soc_S_usbd_40027000_SUPPORTS_ORDS

#define DT_N_S_soc_S_usbd_40027000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_S_watchdog_40010000_COMPAT_MATCHES_nordic_nrf_watchdog

#define DT_N_S_soc_S_watchdog_40010000_COMPAT_MATCHES_nordic_nrf_watchdog   1

◆ DT_N_S_soc_S_watchdog_40010000_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD

#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD (   fn)

◆ DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_VARGS

#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_soc_S_watchdog_40010000_FOREACH_RANGE

#define DT_N_S_soc_S_watchdog_40010000_FOREACH_RANGE (   fn)

◆ DT_N_S_soc_S_watchdog_40010000_FULL_NAME

#define DT_N_S_soc_S_watchdog_40010000_FULL_NAME   "watchdog@40010000"

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS [1/2]

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS [2/2]

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq   16

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority   1

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_IRQ_NUM

#define DT_N_S_soc_S_watchdog_40010000_IRQ_NUM   1

◆ DT_N_S_soc_S_watchdog_40010000_ORD

#define DT_N_S_soc_S_watchdog_40010000_ORD   67

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible

#define DT_N_S_soc_S_watchdog_40010000_P_compatible   {"nordic,nrf-watchdog"}

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0)

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0, __VA_ARGS__)

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0   "nordic,nrf-watchdog"

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_compatible_LEN

#define DT_N_S_soc_S_watchdog_40010000_P_compatible_LEN   1

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts   {16 /* 0x10 */, 1 /* 0x1 */}

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, interrupts, 0) \
fn(DT_N_S_soc_S_watchdog_40010000, interrupts, 1)

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, interrupts, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, interrupts, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0   16

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1   1

◆ DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_label

#define DT_N_S_soc_S_watchdog_40010000_P_label   "WDT"

◆ DT_N_S_soc_S_watchdog_40010000_P_label_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_label_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, label, 0) \
fn(DT_N_S_soc_S_watchdog_40010000, label, 1) \
fn(DT_N_S_soc_S_watchdog_40010000, label, 2)

◆ DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, label, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, label, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, label, 2, __VA_ARGS__)

◆ DT_N_S_soc_S_watchdog_40010000_P_label_STRING_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_label_STRING_TOKEN   WDT

◆ DT_N_S_soc_S_watchdog_40010000_P_label_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_label_STRING_UPPER_TOKEN   WDT

◆ DT_N_S_soc_S_watchdog_40010000_P_reg

#define DT_N_S_soc_S_watchdog_40010000_P_reg   {1073807360 /* 0x40010000 */, 4096 /* 0x1000 */}

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_reg_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, reg, 0) \
fn(DT_N_S_soc_S_watchdog_40010000, reg, 1)

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, reg, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, reg, 1, __VA_ARGS__)

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0

#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0   1073807360

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1

#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1   4096

◆ DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_status

#define DT_N_S_soc_S_watchdog_40010000_P_status   "okay"

◆ DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_IDX

#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_IDX   1

◆ DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_TOKEN   okay

◆ DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_watchdog_40010000_P_status_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_status_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM

#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, status, 0) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 1) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 2) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 3)

◆ DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_soc_S_watchdog_40010000, status, 0, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 1, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 2, __VA_ARGS__) \
fn(DT_N_S_soc_S_watchdog_40010000, status, 3, __VA_ARGS__)

◆ DT_N_S_soc_S_watchdog_40010000_P_status_STRING_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_TOKEN   okay

◆ DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UPPER_TOKEN

#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UPPER_TOKEN   OKAY

◆ DT_N_S_soc_S_watchdog_40010000_P_wakeup_source

#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source   0

◆ DT_N_S_soc_S_watchdog_40010000_P_wakeup_source_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_PARENT

#define DT_N_S_soc_S_watchdog_40010000_PARENT   DT_N_S_soc

◆ DT_N_S_soc_S_watchdog_40010000_PATH

#define DT_N_S_soc_S_watchdog_40010000_PATH   "/soc/watchdog@40010000"

◆ DT_N_S_soc_S_watchdog_40010000_PINCTRL_NUM

#define DT_N_S_soc_S_watchdog_40010000_PINCTRL_NUM   0

◆ DT_N_S_soc_S_watchdog_40010000_RANGES_NUM

#define DT_N_S_soc_S_watchdog_40010000_RANGES_NUM   0

◆ DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_EXISTS

#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_EXISTS   1

◆ DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_ADDRESS

#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_ADDRESS   1073807360 /* 0x40010000 */

◆ DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_SIZE

#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_SIZE   4096 /* 0x1000 */

◆ DT_N_S_soc_S_watchdog_40010000_REG_NUM

#define DT_N_S_soc_S_watchdog_40010000_REG_NUM   1

◆ DT_N_S_soc_S_watchdog_40010000_REQUIRES_ORDS

#define DT_N_S_soc_S_watchdog_40010000_REQUIRES_ORDS
Value:
6, /* /soc */ \
7, /* /soc/interrupt-controller@e000e100 */

◆ DT_N_S_soc_S_watchdog_40010000_STATUS_okay

#define DT_N_S_soc_S_watchdog_40010000_STATUS_okay   1

◆ DT_N_S_soc_S_watchdog_40010000_SUPPORTS_ORDS

#define DT_N_S_soc_S_watchdog_40010000_SUPPORTS_ORDS   /* nothing */

◆ DT_N_S_soc_STATUS_okay

#define DT_N_S_soc_STATUS_okay   1

◆ DT_N_S_soc_SUPPORTS_ORDS

#define DT_N_S_soc_SUPPORTS_ORDS

◆ DT_N_S_sw_pwm_COMPAT_MATCHES_nordic_nrf_sw_pwm

#define DT_N_S_sw_pwm_COMPAT_MATCHES_nordic_nrf_sw_pwm   1

◆ DT_N_S_sw_pwm_EXISTS

#define DT_N_S_sw_pwm_EXISTS   1

◆ DT_N_S_sw_pwm_FOREACH_CHILD

#define DT_N_S_sw_pwm_FOREACH_CHILD (   fn)

◆ DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY

#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY (   fn)

◆ DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_VARGS

#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_VARGS (   fn,
  ... 
)

◆ DT_N_S_sw_pwm_FOREACH_CHILD_VARGS

#define DT_N_S_sw_pwm_FOREACH_CHILD_VARGS (   fn,
  ... 
)

◆ DT_N_S_sw_pwm_FOREACH_RANGE

#define DT_N_S_sw_pwm_FOREACH_RANGE (   fn)

◆ DT_N_S_sw_pwm_FULL_NAME

#define DT_N_S_sw_pwm_FULL_NAME   "sw-pwm"

◆ DT_N_S_sw_pwm_IRQ_NUM

#define DT_N_S_sw_pwm_IRQ_NUM   0

◆ DT_N_S_sw_pwm_ORD

#define DT_N_S_sw_pwm_ORD   9

◆ DT_N_S_sw_pwm_P_channel_count

#define DT_N_S_sw_pwm_P_channel_count   3

◆ DT_N_S_sw_pwm_P_channel_count_EXISTS

#define DT_N_S_sw_pwm_P_channel_count_EXISTS   1

◆ DT_N_S_sw_pwm_P_clock_prescaler

#define DT_N_S_sw_pwm_P_clock_prescaler   0

◆ DT_N_S_sw_pwm_P_clock_prescaler_EXISTS

#define DT_N_S_sw_pwm_P_clock_prescaler_EXISTS   1

◆ DT_N_S_sw_pwm_P_compatible

#define DT_N_S_sw_pwm_P_compatible   {"nordic,nrf-sw-pwm"}

◆ DT_N_S_sw_pwm_P_compatible_EXISTS

#define DT_N_S_sw_pwm_P_compatible_EXISTS   1

◆ DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM

#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM (   fn)    fn(DT_N_S_sw_pwm, compatible, 0)

◆ DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)    fn(DT_N_S_sw_pwm, compatible, 0, __VA_ARGS__)

◆ DT_N_S_sw_pwm_P_compatible_IDX_0

#define DT_N_S_sw_pwm_P_compatible_IDX_0   "nordic,nrf-sw-pwm"

◆ DT_N_S_sw_pwm_P_compatible_IDX_0_EXISTS

#define DT_N_S_sw_pwm_P_compatible_IDX_0_EXISTS   1

◆ DT_N_S_sw_pwm_P_compatible_LEN

#define DT_N_S_sw_pwm_P_compatible_LEN   1

◆ DT_N_S_sw_pwm_P_generator

#define DT_N_S_sw_pwm_P_generator   DT_N_S_soc_S_timer_4000a000

◆ DT_N_S_sw_pwm_P_generator_EXISTS

#define DT_N_S_sw_pwm_P_generator_EXISTS   1

◆ DT_N_S_sw_pwm_P_generator_IDX_0

#define DT_N_S_sw_pwm_P_generator_IDX_0   DT_N_S_soc_S_timer_4000a000

◆ DT_N_S_sw_pwm_P_generator_IDX_0_EXISTS

#define DT_N_S_sw_pwm_P_generator_IDX_0_EXISTS   1

◆ DT_N_S_sw_pwm_P_generator_IDX_0_PH

#define DT_N_S_sw_pwm_P_generator_IDX_0_PH   DT_N_S_soc_S_timer_4000a000

◆ DT_N_S_sw_pwm_P_generator_LEN

#define DT_N_S_sw_pwm_P_generator_LEN   1

◆ DT_N_S_sw_pwm_P_label

#define DT_N_S_sw_pwm_P_label   "SW_PWM"

◆ DT_N_S_sw_pwm_P_label_EXISTS

#define DT_N_S_sw_pwm_P_label_EXISTS   1

◆ DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM

#define DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_sw_pwm, label, 0) \
fn(DT_N_S_sw_pwm, label, 1) \
fn(DT_N_S_sw_pwm, label, 2) \
fn(DT_N_S_sw_pwm, label, 3) \
fn(DT_N_S_sw_pwm, label, 4) \
fn(DT_N_S_sw_pwm, label, 5)

◆ DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_sw_pwm, label, 0, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, label, 1, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, label, 2, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, label, 3, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, label, 4, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, label, 5, __VA_ARGS__)

◆ DT_N_S_sw_pwm_P_label_STRING_TOKEN

#define DT_N_S_sw_pwm_P_label_STRING_TOKEN   SW_PWM

◆ DT_N_S_sw_pwm_P_label_STRING_UPPER_TOKEN

#define DT_N_S_sw_pwm_P_label_STRING_UPPER_TOKEN   SW_PWM

◆ DT_N_S_sw_pwm_P_status

#define DT_N_S_sw_pwm_P_status   "disabled"

◆ DT_N_S_sw_pwm_P_status_ENUM_IDX

#define DT_N_S_sw_pwm_P_status_ENUM_IDX   2

◆ DT_N_S_sw_pwm_P_status_ENUM_TOKEN

#define DT_N_S_sw_pwm_P_status_ENUM_TOKEN   disabled

◆ DT_N_S_sw_pwm_P_status_ENUM_UPPER_TOKEN

#define DT_N_S_sw_pwm_P_status_ENUM_UPPER_TOKEN   DISABLED

◆ DT_N_S_sw_pwm_P_status_EXISTS

#define DT_N_S_sw_pwm_P_status_EXISTS   1

◆ DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM

#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM (   fn)
Value:
fn(DT_N_S_sw_pwm, status, 0) \
fn(DT_N_S_sw_pwm, status, 1) \
fn(DT_N_S_sw_pwm, status, 2) \
fn(DT_N_S_sw_pwm, status, 3) \
fn(DT_N_S_sw_pwm, status, 4) \
fn(DT_N_S_sw_pwm, status, 5) \
fn(DT_N_S_sw_pwm, status, 6) \
fn(DT_N_S_sw_pwm, status, 7)

◆ DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_VARGS

#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_VARGS (   fn,
  ... 
)
Value:
fn(DT_N_S_sw_pwm, status, 0, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 1, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 2, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 3, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 4, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 5, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 6, __VA_ARGS__) \
fn(DT_N_S_sw_pwm, status, 7, __VA_ARGS__)

◆ DT_N_S_sw_pwm_P_status_STRING_TOKEN

#define DT_N_S_sw_pwm_P_status_STRING_TOKEN   disabled

◆ DT_N_S_sw_pwm_P_status_STRING_UPPER_TOKEN

#define DT_N_S_sw_pwm_P_status_STRING_UPPER_TOKEN   DISABLED

◆ DT_N_S_sw_pwm_P_wakeup_source

#define DT_N_S_sw_pwm_P_wakeup_source   0

◆ DT_N_S_sw_pwm_P_wakeup_source_EXISTS

#define DT_N_S_sw_pwm_P_wakeup_source_EXISTS   1

◆ DT_N_S_sw_pwm_PARENT

#define DT_N_S_sw_pwm_PARENT   DT_N

◆ DT_N_S_sw_pwm_PATH

#define DT_N_S_sw_pwm_PATH   "/sw-pwm"

◆ DT_N_S_sw_pwm_PINCTRL_NUM

#define DT_N_S_sw_pwm_PINCTRL_NUM   0

◆ DT_N_S_sw_pwm_RANGES_NUM

#define DT_N_S_sw_pwm_RANGES_NUM   0

◆ DT_N_S_sw_pwm_REG_NUM

#define DT_N_S_sw_pwm_REG_NUM   0

◆ DT_N_S_sw_pwm_REQUIRES_ORDS

#define DT_N_S_sw_pwm_REQUIRES_ORDS
Value:
0, /* / */ \
8, /* /soc/timer@4000a000 */

◆ DT_N_S_sw_pwm_STATUS_disabled

#define DT_N_S_sw_pwm_STATUS_disabled   1

◆ DT_N_S_sw_pwm_SUPPORTS_ORDS

#define DT_N_S_sw_pwm_SUPPORTS_ORDS   /* nothing */

◆ DT_N_STATUS_okay

#define DT_N_STATUS_okay   1

◆ DT_N_SUPPORTS_ORDS

#define DT_N_SUPPORTS_ORDS
Value:
1, /* /aliases */ \
2, /* /analog-connector */ \
3, /* /chosen */ \
4, /* /connector */ \
5, /* /pin-controller */ \
6, /* /soc */ \
9, /* /sw-pwm */ \
10, /* /buttons */ \
16, /* /cpus */ \
18, /* /leds */ \
23, /* /pwmleds */